Y
Y
Yrossia2016-02-17 17:48:20
React
Yrossia, 2016-02-17 17:48:20

Why is Redux needed?

I don’t understand why you need an add-on in the form of Flux architecture, explain

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Sergey, 2016-02-17
Protko @Fesor

Google "Event Sourcing". Here the same idea, only Event Sourcing is only state management (tobish model) and Flux is MVC + Event Sourcing. And Redux is Flux + single source of truth.
If you don’t have hundreds of states per screen, you don’t really need all this. But if you track the state of pain - then these things save.

T
timkor, 2016-04-19
@timkor

I also don't understand why this is?
Do I understand correctly that my applications are apparently not yet large enough, and if I can get by with one state in the root parent, passing all the children in props, is it better to do without Redux or Flux?

M
mistbow, 2016-08-19
@mistbow

https://echo.labstack.com/recipes/subdomains - very well explained here.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question