B
B
bernex2016-12-21 08:11:35
React
bernex, 2016-12-21 08:11:35

What is the power of redux-actions?

I started to study this package (as must have is indicated), but I don’t understand what the “trick” is?
Helper wrappers can be easily written by yourself. And there also everywhere payload arises. It spoils the understanding of the code.
`state.name` is better for understanding than `state.payload` everywhere.
Please tell me how to get into this.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
KnightForce, 2017-05-15
@KnightForce

Abstract: You have 1 node on the left at a nesting of 500 nodes, 2 node at a nesting of 1000 and a third node at 700, all in 3 different directions and need them to work synchronously from the data. And here you have a single container from which you receive data. And in order not to pass through the props chain - use the context.
And also a guarantee that everything will be updated synchronously. The same data is available everywhere.
No need to build a chain of updates through a change in the parent state.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question