Conan

The class Conan contains the following methods:

light<DATA>

light is the method we use to create a simple Conan State without passing reducers and actions

state<DATA, REDUCERS extends Reducers<DATA> = {}, ACTIONS = any>

state is the method we use to create a Conan State when we need to add extra reducers and or actions

Last updated