markerikson / marks-dev-blog-comments

Comments for my blog
4 stars 0 forks source link

Idiomatic Redux: The Tao of Redux, Part 1 - Implementation and Intent #16

Open markerikson opened 4 years ago

markerikson commented 4 years ago

Original author: Jules Terrien @julesterrien
Original date: 2017-05-10T18:47:31Z

thanks for this post! I was getting annoyed by the 'too much boilerplate' issue as well and wrote novux in response (https://www.npmjs.com/packa....

It allows you to use 2 actions to manage state (update & reset) while keeping semantic meaning and action history in the logger and per reducer. keen to get your thoughts if you think it could be improved

markerikson commented 4 years ago

Original date: 2017-05-11T02:15:34Z

Yeah, already saw it and added it to my Redux addons catalog.

As for the lib's approach... go take a look at the latter sections of Part 2 :)

markerikson commented 4 years ago

Original author: Frank Gutierrez @dearfrankg
Original date: 2017-05-11T06:19:35Z

This post is amazing!! Thanks

markerikson commented 4 years ago

Original author: Machine Learning @machine_learning
Original date: 2017-05-12T11:35:29Z

What's the goal of all this? "Redux Promotes Testable Code" Let's see... IMHO Functional Programming strives to achieve zero bugs and it looks quite anti mainstream... I mean, what do you think about the nine principles? What about Minimum Viable Product (MVP)? Do you actually care about DevOps and Agile?