Skip to content

Application State and Persistent data

Benjamin Keating edited this page Jan 27, 2021 · 1 revision
  • electron-store holds settings like window dimension/position
  • mobx keeps ephemeral application state
  • localStorage is used as a warm cache for mobx
  • rxdb holds note data, currently using the render process indexdb
Clone this wiki locally