electron

Tauri Logo

Tauri vs. Electron: A comparison, how-to, and migration guide

Let's explore Tauri, a new desktop application framework. We'll look at how to get started using it, how it works, and...
Elijah Asaolu
6 min read
Building An App With Next.js And Electron

Building an app with Next.js and Electron

Set up a project with Nextron, a package that combines the features of Next.js and Electron to enable us to easily...
Elijah Asaolu
6 min read
Building an App with Electron and Vue

Building an app with Electron and Vue

If you've worked with Vue before, it's simple to get started with Electron. Use the Vue CLI plugin for Electron Builder...
Elijah Asaolu
6 min read
Advanced Electron Architecture

Advanced Electron.js architecture

Explore a custom architecture designed for Electron.js apps that mitigates performance trade-offs arising with increasing app complexity.
Alain Perkaz
7 min read

Building cross-platform desktop apps with Svelte, Electron, and Reloadly

Follow along with a tutorial and example build for a cross-platform app using Svelte, Electron, and Reloadly.
Raphael Ugwu
5 min read

Why you should use an Electron alternative

Discover why you might want to use an alternative to Electron, and how to install and use two lightweight options: Tauri...
Shalitha Suranga
5 min read
Electron and React Logos

Electron-forge vs. electron-react-boilerplate

Here, you can take a look at boilerplates for desktop applications using React and Electron to compare use cases.
Felix Rieseberg
5 min read
Supercharge Your Electron Apps With Rust

Supercharge your Electron apps with Rust

Electron apps tend to be slow. The trick is to offload CPU-intensive tasks to other, faster languages, such as Rust.
Anshul Goyal
6 min read
Build a Markdown Previewer With Vue and Electron

Build a Markdown previewer with Vue and Electron

Understanding how to write custom directives will really kick your Vue skills up a notch. Learn how to build a markdown...
Wisdom Ekpot
7 min read

Electron IPC Response/Request architecture with TypeScript

Thanks to TypeScript we can abstract this entire logic into a cleanly separated and properly encapsulated application.
Kevin Hirczy
7 min read

Handling interprocess communications in Electron applications like a pro

In this article, we’ll look at how to pass data between different windows (known as processes).
Obinna Ekwuno
5 min read