electron

First thoughts on Electron

First thoughts on Electron

As a web developer, I find that whenever I'm looking to try something new, I first see if there's a way that I can leverage my knowledge foundation to find similarities play into the learning experience. Electron allows for such a cross and some wonderful analogies to getting started with desktop application development. State management The overlap in using a store between React and Electron is a nice getter/setter model similar to most state management systems in React. By requiring the electron-store, one can easily get going: // electron main.js const Store = require('electron-store'); const store = new Store({ defaults:…
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.