Hacker News new | ask | show | jobs
by aidos 3690 days ago
I've been reading through / trying redux etc over the last couple of days. This has come at the right time where I know what all the components they're talking about do and I'm interested in seeing more of how redux apps are architected.

For people coming to this area fresh it's really daunting. There's a new library for every little thing you can think of and it's almost impossible to know where to start. Fortunately Redux itself is such a simple model that it's easy to build on your understanding of it (vs, say, Angular that has a huge surface area - I know, they're different things, but people are probably going to start with one or the other).

Will try this out now to see how I get on. Great timing, thanks!