Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewalth/chrome-extension-redux
Redux and the Storage API as a single source of truth in Chrome Extensions
https://github.com/drewalth/chrome-extension-redux
chrome chrome-extension extension reactjs redux stale-while-revalidate storage typescript vite
Last synced: 5 days ago
JSON representation
Redux and the Storage API as a single source of truth in Chrome Extensions
- Host: GitHub
- URL: https://github.com/drewalth/chrome-extension-redux
- Owner: drewalth
- Created: 2023-07-01T20:20:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-10T03:56:15.000Z (over 1 year ago)
- Last Synced: 2024-01-27T17:06:18.586Z (10 months ago)
- Topics: chrome, chrome-extension, extension, reactjs, redux, stale-while-revalidate, storage, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 38.1 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chrome-extension-redux
A proof-of-concept for using [Redux](https://redux.js.org/) and
the [Storage API](https://developer.chrome.com/docs/extensions/reference/storage/) as a single source of truth
in [Chrome Extensions](https://developer.chrome.com/docs/extensions/).Full story: [Redux in Chrome Extensions](https://medium.com/@drewalth/build-chrome-extensions-with-react-and-redux-using-the-stale-while-refresh-approach-b8c791ec9ca0)
#### Built with
- [Vite](https://vitejs.dev/)
- [@crxjs/vite-plugin](https://crxjs.dev/vite-plugin) ⭐
- [React](https://react.dev/)
- [TypeScript](https://www.typescriptlang.org/)