- 3
React Course
Anyone knows the answer to last question of React course? https://sololearn.com/discuss/1243318/?ref=app
9 Antworten
+ 2
Rearrange the steps to correctly define the flow in Redux when a button is clicked to change data.
The click handler is called
An action is dispatched to the store
The store calls the reducer function
The reducer returns the new state
The new state is saved in the store
0
Can you show us the question?
0
Kindly rearrange correctly and give mn an answer to that.
0
Can anyone answer to this question?
0
Rearrange the steps to correctly define the flow in Redux when a button is clicked to change data.
The new state is saved in the store
An action is dispatched to the store
The reducer returns the new state
The click handler is called
The store calls the reducer function
0
Rearrange the steps to correctly define the flow in Redux when a button is clicked to change data.
The answer should be,
1. The click handler is called
2. An action is dispatched to the store
3. The store calls the reducer function
4. The reducer returns the new state
5. The new state is saved in the store
0
It should be,
1. The click handler is called
2. An action is dispatched to the store
3. The store calls the reducer function
4. The reducer returns the new state
5. The new state is saved in the store
- 1
Please answer to last question. I’ll get my certificate.
- 1
Rearrange the steps to correctly define the flow in Redux when a button is clicked to change data.
The new state is saved in the store
An action is dispatched to the store
The reducer returns the new state
The click handler is called
The store calls the reducer function