An instance of the Dynadux has the state
getter and the dispatch
method only.
Is the state that is used by the store. This state is build by the Store's initialState
s or by the added sections.
The IAppState
is not exposed to the sections and reducers but not always to the Object user, depends on what is exposed by the output of your business store.
The IAppState
would be structured like database, and the state would be exported by functions that are using this data resource.
Business Store is an instance that uses Dynadux internally and exposes business methods.
Reducer is a function called by an action's dispatch and returns the new version of the object.
- FAQ Frequently asked questions
- React How to use it in react
- Sections Create sections for applications or big components
- Examples Live examples. Examples compared to redux's implementations
- Advanced Dispached promises, boost up your app and more
- Typescript Tips for Typescript implementations
- History, Undo/Redo Middleware for History, Undo/Redo and Restore Points
- React Dynadux Provider for Dynadux App Stores
- Change Log Changes of Dynadux per semver version
- 🏠 Home, Contents