CS1-Community / CS1-Meta-Framework

4 stars 2 forks source link

RootStateStore Purpose and Creation Process #27

Open EricEisaman opened 1 year ago

EricEisaman commented 1 year ago

The RootStateModel contains the EngineStateModel and the ApplicationStateModel, each of which contain their own children models. There is only to be one singular store that governs the reactive state logic. Therefore there should only be one store instantiation call, RootStateStore = RootStateModel.create().

Provide a build-time and run-time description of how this state tree is intended to operate.