Tag: electron

Advanced Electron.js Architecture

Advanced Electron.js architecture

Explore the optimal architectures for Electron.js apps of low, medium, and high complexity that minimize performance degradations.

Alain Perkaz
Oct 5, 2023 â‹… 11 min read
Build Electron App Vite

Build an Electron app with electron-vite

electron-vite brings Vite capabilities to Electron app development. See how to use it to build a simple Electron app with a React frontend.

Brian De Sousa
Aug 25, 2023 â‹… 9 min read
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 more.

Elijah Asaolu
Sep 19, 2022 â‹… 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 create multi-platform desktop apps.

Elijah Asaolu
Jun 3, 2022 â‹… 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 and make a demo app.

Elijah Asaolu
Dec 16, 2021 â‹… 6 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
May 19, 2021 â‹… 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 and Neutralinojs.

Shalitha Suranga
Apr 12, 2021 â‹… 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
Jan 14, 2021 â‹… 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
Sep 29, 2020 â‹… 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 preview app with Vue and Electron.

Wisdom Ekpot
Jul 24, 2020 â‹… 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
Dec 20, 2019 â‹… 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
Dec 17, 2019 â‹… 5 min read