1.0.3 • Published 8 years ago

switchless-redux-actions v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

switchless-redux-actions


Abstract actions for a switchless redux

Wrap a reducer


You have to import the wrapper's function and pass 2 arguments :

  • the reducer
  • the name of this reducer (the output will be performname) We advice you to create your name with NameOfYourReducer+Reducer like : "TasksReducer".
wrapper(reducer, "TodoReducer");
1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago