Skip to content

Commit

Permalink
✏️ add local-db-storage to related section
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Nov 29, 2023
1 parent c61b77b commit b035eea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,4 @@ JSON does not serialize `Date`, `Regex`, or `BigInt` data. You can pass in [sup
## Related

- [`use-session-storage-state`](https://github.com/astoilkov/use-session-storage-state) — A clone of this library but for `sessionStorage`.
- [`local-db-storage`](https://github.com/astoilkov/local-db-storage) — Tiny wrapper around `IndexedDB` that mimics `localStorage` API.

0 comments on commit b035eea

Please sign in to comment.