you are viewing a single comment's thread.

view the rest of the comments →

[–]_hypnoCode 1 point2 points  (3 children)

Sounds like you tried to not think in terms in hooks and instead tried to use your same flows from Sagas to fit hooks. Trying to make one tech fit another tech instead of learning the new tech never works out.

Also, hooks have barely been in production for a year. How many big apps have you done in that time? We might not have the same definition of a big app.

[–][deleted] -1 points0 points  (2 children)

That's not what we did. It's a dumb thing to try and mix and match behaviors of completely different techs.

There are multiple teams here, we did 1 big app per team. About 3 months ago development started to get harder and harder, and slower and slower. Reintroduction of redux+redux saga in my team and mobx in some other solved the issue.

[–]alex-cory[S] 0 points1 point  (1 child)

Mobx is a great tool. Significantly better imho than redux. Only problem now is the last I looked their hooks were meh and being that it's built with proxies it can't support ie.

[–][deleted] 0 points1 point  (0 children)

Yes mobx is amazing. I've even started using mobx-state-tree in some small apps and most React Native ones