Hacker News new | ask | show | jobs
by sergiotapia 2690 days ago
Mobx is my go to. It's fast, and a much easier mental model to integrate. Just inject the store you want into your components

@inject

and you can call/set @observables easily.

It's much easier to onboard people. Redux is just a spaghetti mess of files upon files, trying to find the actual implementation of something. A mess.

---

I also looked into Apollo and it's obscenely good! Terrific dev UX. I'm heavily researching it currently.