Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)