unirakun / k-redux-factory

Factory of Redux reducers and their associated actions and selectors.
MIT License
18 stars 4 forks source link

:boom: divide notion of prefix and name #87

Closed fabienjuif closed 6 years ago

fabienjuif commented 6 years ago

It allow us to have beautiful Redux action name :

@@krf/ADD_OR_UPDATE>TESTPREFIX>TESTNAME

That allow us to:

  1. Regexp easely
  2. Maybe add prefix as default into k-redux-factory
  3. Add prefix by default into k-simple-state

THIS IS A BREAKING CHANGE

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 16a2d8a649d177afe114e33efb9c62e213975769 on prefix into f703012ab5cc0748e0498618a9f542c60fee8cc6 on master.