Hacker News new | ask | show | jobs
by markers 3191 days ago
Been using Cerebral for two projects (one large and one small) so far and it's simply been an amazing experience. It's incredible how such a simple framework/concepts can cover everything you need, even for large apps. It doesn't only handle state well, but also provides a good solution for handling side effects.

Also, the way routing is handled is really something other frameworks should learn from. It's slightly unusual in the beginning, but when you "get it" you suddenly realize everyone else has got it all wrong.

Just a shame it's not more well known, as it compares very favorably to other state/side effects management frameworks like redux and mobx.