Hacker News new | ask | show | jobs
by monocasa 3145 days ago
IDK. I generally shit on nearly all JavaScript development, but I tend to refer to Redux/Flux as 'the only good thing about JavaScript.'

Enforcing a global structure on how events can mutate state is one of the steps to writing correct code, IMO.

1 comments

I used to hate JavaScript as well, but then when i started developing with React; ES6 had become prevalent and i skipped Redux. ES6 is beautiful!
Have a go with VueJS - it's even nicer than React, kind of elegant, surprising though it is to include that word in the same sentence with Javascript :)