DEV Community

Discussion on: My take on Redux

Collapse
 
martynaskadisa profile image
Martynas Kadiša

I tend to go one step further and declare reducer with { ACTION_TYPE: reducer } map object.

Redux docs have an example right here redux.js.org/recipes/reducing-boil...