-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
We want a DB that is reactive and supports hooks. Meaning whenever an entry changes (also in another tab) we can listen to it and update the UI.
For a first version IndexedDB could be good enough. But never investigated if reactivity is supported or anything in this direction on top of it exists.
As a WIP this could do: https://www.nico.fyi/blog/ssr-friendly-local-storage-react-custom-hook
Livestore (https://livestore.dev/) if we want to go all in Sqlite