Hacker News new | ask | show | jobs
by nathan_f77 3195 days ago
The main thing is having the state flow top-down through your app, so you never have to worry about manually keeping things in sync in the UI. Redux and redux saga have really taught me a lot about programming, and then RxJS and redux-observable completely blew my mind.
1 comments

I've never found manually keeping things in sync with the UI to be overly burdensome. I guess I've just been lucky.