electronmon
đź–Ą run, watch, and restart electron apps using magic (by catdad)
electron-store
Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc (by sindresorhus)

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
electronmon | electron-store | |
---|---|---|
2 | 7 | |
169 | 4,836 | |
0.6% | 0.7% | |
4.6 | 4.2 | |
5 months ago | 30 days ago | |
JavaScript | JavaScript | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
electronmon
Posts with mentions or reviews of electronmon.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-30.
-
How to build Electron App by esbuild with hot reload functionality?
Use electronmon to restart the Electron app when the main process code changes, and reload WebView for the renderer process.
-
Building a desktop application using Electron and Create React App
electronmon: Like nodemon, but for the Electron process. Allows watching and reloading our Electron app.
electron-store
Posts with mentions or reviews of electron-store.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-11.
-
Best offline&local database to use with electron?
Not quite a database, but I use electron-store for persistent storage. It has a super simple API, and it stores data in a config.json file that’s mostly hidden from the user unless they know where to look.
-
Something like mongoose in electron?
The electron-store package works well with simple data.
-
What is the proper way to permanently store data in Electron in 2023?
I've seen electron-store, but it seems to be a volatile store. Each time I open the app, it seems I must create a new Store(). The doc explains clearly how to perform crud operation in a new store, but not how to retrieve existing data when re-opening the app 10 days later. If the lib can actually do it, how to do so?
-
Question about data persistence within electron app
With Electron, you have disk access via Node.js (fs.writeFile, etc), so you can save user preferences to the user's hard drive. See https://github.com/sindresorhus/electron-store for a library that makes it super easy and provides you with some nice conventions for working with the file system from an Electron app.
-
How to save user preferences?
Use electron-store
-
Using Typescript with electron-store
https://github.com/sindresorhus/electron-store/issues/49 Links to internal test that shows how to pass types to electron-store
-
[Electron][TypeScript] output/input files
GitHub - sindresorhus/electron-store: Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc
What are some alternatives?
When comparing electronmon and electron-store you can also consider the following projects:
hotwire-livereload - Live reload gem for Hotwire Rails apps.
electron-log - Simple logging module Electron/Node.js/NW.js application. No dependencies. No complicated configuration.
electron-builder - A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
puppeteer-extra - đź’Ż Teach puppeteer new tricks through plugins.
Nodemon.io - Monitor for any changes in your node.js application and automatically restart the server - perfect for development
Python-Nova.novaextension - Python Extension for Panic's Nova editor for macOS

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured