Skip to content

Example of using live queries from DexieJS combined with useActionState in React 19 to make state persistent and reactive ⚡️

Notifications You must be signed in to change notification settings

typeonce-dev/dexie-js-reactive-local-state-in-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DexieJs: Reactive local state in React

You may not need any complex form or state management library, not even useState or useReducer. DexieJs live queries and useActionState are the solutions to your state management problems.

Read the full article with the details about how the implementation works 👇