web-contrib
v2.0.0
Published
Extensions for dependencies of Web Projects (PWA)
Downloads
27
Readme
web-contrib
Extensions for dependencies we use on Web Projects (PWA).
Code in this package comes from those sources:
- https://github.com/react-boilerplate/react-boilerplate/
How to release a new version
- Check that all tests are passing
- Make sure you're bumping the version acccording to https://semver.org/
- run
npm publish
Available extension features
react-redux
injectReducer
A HOC to inject reducers into the store. Based on inject reducer
General guidelines
Please checkout our PWA general guidelines.