Architecting Electron Applications for 60 FPS
A deep-dive into optimizations that should be made to achieve smooth rendering, and a low resource footprint for Electron on all platforms. -
https://goo.gl/d6yCKV
#nodejs #electron
A deep-dive into optimizations that should be made to achieve smooth rendering, and a low resource footprint for Electron on all platforms. -
https://goo.gl/d6yCKV
#nodejs #electron
Building a Screenshot Capture Tool with Electron, React and Node
This basic tutorial threads together a few technologies in an interesting way. - http://bit.ly/2NeoN09
#nodejs #react #electron
This basic tutorial threads together a few technologies in an interesting way. - http://bit.ly/2NeoN09
#nodejs #react #electron
Quantizd
Building a Snipping Tool with Electron, React and Node.js
Modern web browsers allow us to access connected media devices like microphones, cameras, and screens through MediaDevices interface. Since Electron uses chromium and Nodejs, [crayon-64758cd6f34890…
Electron Fiddle: A Playground for Electron Experiments
Want to quickly experiment with Electron (a cross-platform JS desktop app environment) development? Electron Fiddle is a downloadable cross-platform app that makes it easy. - http://bit.ly/2vQCQmB
#electron
Want to quickly experiment with Electron (a cross-platform JS desktop app environment) development? Electron Fiddle is a downloadable cross-platform app that makes it easy. - http://bit.ly/2vQCQmB
#electron
Medium
Introducing Electron Fiddle
Create, share, and play with small Electron experiments.
Creating Angular Desktop Apps with Electron
In this tutorial, we are going to take a look at how to turn any angular application into a native desktop app using electron. - http://bit.ly/2BWvDou
#angular #electron
In this tutorial, we are going to take a look at how to turn any angular application into a native desktop app using electron. - http://bit.ly/2BWvDou
#angular #electron
Malcoded
Creating Angular Desktop Apps with Electron
In this tutorial, we are going to take a look at how to turn any angular application into a native desktop app using electron. You will learn how to set up an…
Electron 4.0 Released
Electron is a popular project from GitHub that’s heavily used to create desktop apps with modern Web technologies (such as VS Code and Slack’s desktop client). 4.0 introduces some new features but notably bumps up the underlying dependencies to Chromium 69, Node 10.11, and V8 6.9. - http://amp.gs/Vlz4
#electron
Electron is a popular project from GitHub that’s heavily used to create desktop apps with modern Web technologies (such as VS Code and Slack’s desktop client). 4.0 introduces some new features but notably bumps up the underlying dependencies to Chromium 69, Node 10.11, and V8 6.9. - http://amp.gs/Vlz4
#electron
The Secret of Good Electron Apps
Without being too spoilery, the ‘secret’ to making better Electron apps is to take as much of the processing local to the app itself rather than relying entirely upon remote services (i.e. just being a glorified Web browser). - http://amp.gs/rtnV
#electron
Without being too spoilery, the ‘secret’ to making better Electron apps is to take as much of the processing local to the app itself rather than relying entirely upon remote services (i.e. just being a glorified Web browser). - http://amp.gs/rtnV
#electron
Jlongster
The Secret of Good Electron Apps
Some people really hate Electron apps. They eat up memory, boot slowly, and aren't very responsive. What if I told you there's a secret that automatically minimizes these problems? They key is doing the bulk of your work locally in a background process, and…
Performance Tips for Electron Developers
If you’re using Electron to build apps, the Electron team have collected together some performance tips and strategies in their documentation. - http://amp.gs/sSMq
#nodejs #electron
If you’re using Electron to build apps, the Electron team have collected together some performance tips and strategies in their documentation. - http://amp.gs/sSMq
#nodejs #electron
The Ultimate Guide to Electron with React
Electron is employed by the likes of Slack, Skype, WhatsApp, GitHub, Microsoft Teams and Twitch. If that’s the kind of company you would like to keep, here’s how to get started with the cross-platform desktop app development system. - http://amp.gs/oXjl
#electron
Electron is employed by the likes of Slack, Skype, WhatsApp, GitHub, Microsoft Teams and Twitch. If that’s the kind of company you would like to keep, here’s how to get started with the cross-platform desktop app development system. - http://amp.gs/oXjl
#electron
Medium
The Ultimate Guide to Electron with React
In this article, we’ll learn how to implement Electron’s powerful features with React such as:
Comparing Tauri and Electron for Building Desktop Apps
Electron is a natural choice for building JS and HTML-powered cross-platform desktop apps but numerous alternatives have appeared like Neutralinojs and the Rust-based Tauri. This post does a good job of quickly showing how Tauri differs and why you might choose it. - https://gethopp.app/blog/tauri-vs-electron
#electron
Electron is a natural choice for building JS and HTML-powered cross-platform desktop apps but numerous alternatives have appeared like Neutralinojs and the Rust-based Tauri. This post does a good job of quickly showing how Tauri differs and why you might choose it. - https://gethopp.app/blog/tauri-vs-electron
#electron
www.gethopp.app
Tauri vs. Electron: performance, bundle size, and the real trade-offs
A breakdown of the choice between Tauri and Electron for cross-platform apps, backed by practical comparisons and benchmark data.
👍2