This is a follow up to the previous 2 videos on building an electron app with react.js. In this part, we will get into setting up a simple json data store that can be used to persist data in our electron app for things like user settings. The lib that I used for this in the video is called electron-store, you can learn more about it here: https://github.com/sindresorhus/electron-store.
In the next part, we will finally jump into doing some things on the react side, setting up a simple way for users to switch between a light/dark theme in the app using the data store that we set up in this video.
Note: One of my goals in making this series is to improve my own knowledge of Electron and Node. It's entirely possible that some of the things I'm doing here are not the best way (or even the correct way) of doing something. Feedback, comments, corrections and constructive criticism are more than welcome!
Download
0 formats
No download links available.
Let's Build an Electron App with React.js - Part 3 | NatokHD