7 ms·
Yes, the documentation loves to use complicated concepts and is very hard to understand. also its a ton of boilerplate code. I think redux just became hyped be
by cooervo 8y ago
Yes, the documentation loves to use complicated concepts and is very hard to understand. also its a ton of boilerplate code.
I think redux just became hyped because of its "time travel debugging" which is just pure functions returning some stored values.
- citrons 8y agoI also had a bit trouble learning redux (adopted quite early), but now there is video series by Dan Abramv that goes trough entire redux features is is easy to understand. But the conectps in redux IMO are worth learning, made me think about my own code different. More pure functions, less sideeffects...