An open API service indexing awesome lists of open source software.

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 ⚡️

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)