^3.6.0
Redux is a powerful way to manage application state, but that power can come with a lot of code. A single update can sometimes require changes across many files and the code required to define action creators and to handle those actions in your reducer can start to get pretty repetitive.
The redux-actions library offers a small but powerful API to help cut down on some of the boilerplate that is typical of an application that uses Redux to handle state management.
Andy Van Slaars, please keep making more courses. This one was great.
It extends dramatically the way the actions can be used and informations can be passed along
Very clear progression and explanation, but still concise.
Loved it. Little behind on my overall redux knowledge yet this helped me understand a different approach . to the boiler plate build
Practical example of how to use this library. It couln be even better with information regarding when to use this library and when not to.
I think that there could have been a little bit better explanation of how to use some of the function, but overall very informative!