Reducers: As we've seen, actions just tell us what to do; they don't tell us how to do it. As a result, reducers are pure functions that take the current state and action and return the new state, telling the store how to do it.
# An action is a type of object that holds the payload of data. They are the sole way for the Redux store to be updated with new information. Reducers change the store based on the action's value. type.
An anti-pattern is dispatching an action within a reducer. Your reducer should have no side effects and should only digest the action payload before returning a new state object. Chained actions and other side effects can result from adding listeners and dispatching activities within the reducer.
The action object is passed to the root reducer when you dispatch an action creator. Any reducers that process the action type consume the action object, which is sent through the full state tree.
Reducers are used to manage the state of an application. If a user types something in an HTML input field, for example, the application must manage this UI state (e.g. controlled components).
Learner's Ratings
4.4
Overall Rating
72%
11%
9%
1%
7%
Reviews
M
Mohanlal Khhurana
5
Very helpful course in learning ReactJS
S
Sonkar Singh
4
This series is usefull for just starting and building confident. Go further and explore more about React JS
S
Sumit Kumar
5
Fake reviews
M
Mahaveer kumar kirshanani
5
amazing mam , keep going
R
Rakeh
5
nice
A
Anshul Bhai
5
This is very helpful
Y
yash sheliya
5
My explaining in learnvern was good. Thank you for Learn Vern to all teachers
Share a personalized message with your friends.