FrontEnd Development
30.8K subscribers
145 photos
1 video
9.34K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
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
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
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
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
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
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
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
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
👍2