Live data from Hacker News

Cerebral – Declarative state and side effects for popular JavaScript frameworks

cerebraljs.com

1–10 of 11 posts

Re: Cerebral – Declarative state and side effects for popular JavaScript frameworks

#2
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.

Re: Cerebral – Declarative state and side effects for popular JavaScript frameworks

#6
Have been using Cerebral for my projects written in React for a while. Christian and other maintainers have done an amazing job. They just got the web development right from routing, declarative business logic to managing side effects. Try Cerebral and never look back.

Re: Cerebral – Declarative state and side effects for popular JavaScript frameworks

#7
I have been using Cerebral for half a year now in a fairly complex project and am very happy I chose it over the alternatives for state management. I don't think my application could have grown in such a manageable way if I did not use Cerebral.

The Cerebral debugger is another high point and apart from helping with debugging helps to get a clear picture about what is going on in the application and where some refactoring is needed.

The maintainers are awesome people, too. I have often discussed issues I had in the Cerebral Discord channel and they have always been very responsive and helpful.

I hope Cerebral takes off and becomes as popular as it should be.

Post reply on HN