Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henrikjoreteg/redux-bundler
Compose a Redux store out of smaller bundles of functionality.
https://github.com/henrikjoreteg/redux-bundler
frontend pwa redux spa
Last synced: 18 days ago
JSON representation
Compose a Redux store out of smaller bundles of functionality.
- Host: GitHub
- URL: https://github.com/henrikjoreteg/redux-bundler
- Owner: HenrikJoreteg
- Created: 2016-08-24T01:14:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T22:34:57.000Z (10 months ago)
- Last Synced: 2024-10-11T17:28:07.780Z (25 days ago)
- Topics: frontend, pwa, redux, spa
- Language: JavaScript
- Homepage: https://reduxbundler.com
- Size: 1.59 MB
- Stars: 583
- Watchers: 16
- Forks: 46
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-f2e-libs - **redux-bundler**
README
# redux-bundler
Compose a Redux store out of smaller bundles of functionality.
Created for and used by PWAs that value small bundle sizes, network resilience, and explicit state management. If you want to be able to declaratively combine seemingly disparate logic such as: if it's the third tuesday of the month, our cached data is more than 3.5 days old, and the user is viewing the `/reposition-satellite` page then trigger a data refresh of satellite position... this toolkit is for you.
If you pair it with [Preact](https://preactjs.com/) it's ~15kb for an entire app toolkit.
If you want to see an app built with it, check out: [anesthesiacharting.com](https://anesthesiacharting.com).
See docs site here: https://reduxbundler.com