Comment by Capricorn2481

11 hours ago

I really can't understand how someone would make 30 redux actions for a simple use case, as someone has implemented the exact same thing. But yes, not a fan of Redux myself

Have some pity for those Senior Expert Architect Full-Stack Developers (fresh out of boot camp) in urgent need of job security.

  • The original developers weren't bootcampers but engineering graduates.

    And in the same way faang is filled with leetcode blackbelt charlatans writing slop, so is Romania apparently.

    • Great generalization of an entire country's sector workforce.

      I'm sure you'd 100% approve of such a statement of your country when based on one anecdotal recount (even if it true).

      1 reply →

Many years ago, I used Redux to build real time streaming data processing layer. Basically I need to receive, merge, and process multiple data streams into a single realtime data pool. After that,consuming the realtime data becomes dead easy.

Even now I am not sure I could find a better tool to deal with real time data and synchronization. But for simple crud Redux is mostly overkill