Hacker News new | ask | show | jobs
Things I wish I knew about Redux (medium.com)
15 points by killahpriest 3623 days ago
1 comments

I got thrown into a react project last year that switched from flummox to redux.

I had no idea what was happening, just had to get new featurea ready quick.

When I got some strange errors, someone told me about pure functions and stuff.

I mean, I knew what they were, I just didn't use them all the time.

All in all pretty confusing, coming from Ember and two-way-binding.

But through Redux I found RxJS and became a better dev, I think :)