Hacker News new | ask | show | jobs
by hipertracker 3187 days ago
Have been using Cerebral since version 1.0. I have finished few projects for two big banks. IMHO, the main Cerebral selling point is the simplicity of the uniform and declarative state management enforced with the state of art Debugger. Cerebral is simpler and more comfortable than Redux, MobX or Recompose. The declarative, composable uniform abstraction for both synch and asynch (side effects) actions is awesome. More, I added to all of that one more thing - the famous "no-runtime-exceptions" guarantees coming from Elm. Being pragmatic I use the hybrid: Cerebral + React + Elm. It works perfect together!