JSPM

  • Created
  • Published
  • Downloads 1764
  • Score
    100M100P100Q110808F
  • License MIT

Package Exports

  • redux-bundler

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (redux-bundler) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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 it's ~15kb for an entire app toolkit.

If you want to see an app built with it, check out: xchart.com.

See docs site here: https://reduxbundler.com