Introduction
In this lesson, we discuss the basics of Reducers and their importance in Redux.
We'll cover the following...
We'll cover the following...
In computer science, the word reducer is commonly associated with a function that takes an array or object and converts it to a simpler structure. E.g, summing all the items in ...