... if coming from Redux
If coming from Redux, we think you are going to be impressed with our Hello Wow! demo
This demo is to showcase Conan State, which are our reusable capsules of state.
If you are familiar with the TODO example from Redux, you might find this article also interesting:
Below we explore in detail the benefits of using ConanJs over Redux.

Hi there, fellow Redux user!
In ConanJs state is represented with Conan State, which ultimately is a plain JS object, which means that, as with any other object, you decide how to scope.
But many times, you might feel forced to add it to your global state, or you need to use other mechanisms (setState, hooks...), with ConanJs you can just make your state local.
With ConanJs is simple to write logic as a reaction to an state change, we call this state orchestration, and it will help you building complex state interactions.
1) Create state, 2) Perform any number of actions, sync or async, 3) Check the final value of the state. With ConanJs end to end testing is simple
This demos will provide you with real world scenarios to use ConanJs
If this was not enough, we have some more features included.
Last modified 3yr ago