Improve arugment structure to action creator factories
What I Did
- Implemented an updated argument structure for action creator factories
- Documented argument structure in README
Implications
- Not tested yet
- Needs automated tests
- Jest tests arent running yet because of a configuration issue with jest-babel
- No test harness / storybook environment for testing pre-build.
Testing
One option could be to yarn build
the package, and copy the dist
folder into your projects node_modules
.
Closes #1 (closed)