https://github.com/typeonce-dev/dexie-js-reactive-local-state-in-react
Example of using live queries from DexieJS combined with useActionState in React 19 to make state persistent and reactive ⚡️
https://github.com/typeonce-dev/dexie-js-reactive-local-state-in-react
dexie-js-hooks dexiejs indexed-db live-query react-19 reactive-state-management use-action-state
Last synced: 8 months ago
JSON representation
Example of using live queries from DexieJS combined with useActionState in React 19 to make state persistent and reactive ⚡️
- Host: GitHub
- URL: https://github.com/typeonce-dev/dexie-js-reactive-local-state-in-react
- Owner: typeonce-dev
- Created: 2025-01-26T05:40:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T05:50:05.000Z (over 1 year ago)
- Last Synced: 2025-10-10T19:16:11.914Z (8 months ago)
- Topics: dexie-js-hooks, dexiejs, indexed-db, live-query, react-19, reactive-state-management, use-action-state
- Language: TypeScript
- Homepage: https://www.typeonce.dev/article/dexie-js-reactive-local-state-in-react
- Size: 23.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 👇
### [DexieJs: Reactive local state in React](https://www.typeonce.dev/article/dexie-js-reactive-local-state-in-react)