Conan State are capsules of state that can be reused. To learn more about how to manage data in ConanJs, have a look at our General Concepts section​
A convention used across the documentation, and that we invite you to use (but is not mandatory) is to suffix your Conan State name with a $. ie todos$
You interact and define your Conan State with reducers and actions
With Conan, you can create small Conan State elements which will be easier to test, develop and reuse. Then, you can compose new state based on this atomic states.