react18-tools / react18-tools/persist-and-sync
Support for chrome.storage API
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 48
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
I'd like to have support for chrome local storage (local/session/sync), because using localStorage does not work for a chrome extension because it's in a sandboxed environment and you have to use the native chrome.storage interface...
Here is a fairly simple implementation using native zustand persist middleware implementation: https://github.com/brokeboiflex/zustand-chrome-storage
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository files or tests are named; start by reading the linked zustand-chrome-storage implementation and then locate the existing persistence middleware entry point in this repository. Done means supporting chrome.storage local, session, and sync storage for Chrome extensions without relying on localStorage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100