Tag: electron

Building an app with Next.js and Electron

Building an app with Next.js and Electron

Dev

Explore Nextron, a package that combines the powerful features of Next.js and Electron to easily create multi-platform desktop applications.

Elijah Asaolu
Mar 8, 2024 ⋅ 7 min read
Advanced Electron.js Architecture

Advanced Electron.js architecture

Dev

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

Dev

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

Dev

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 Electron and Vue

Building an app with Electron and Vue

Dev

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

Dev

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

Dev

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

Dev

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

Dev

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

Dev

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

Dev

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

Dev

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