Skip to content

Improve arugment structure to action creator factories

Sam Sehnert requested to merge feature/better-action-creator-arguments into develop

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)

Edited by Sam Sehnert

Merge request reports