Dynadux makes easy to create 3rd party libraries. For instance a weather forecast data provider.
There are two ways for making it:
- Middlewares
- Sections
With Middlewares you can access the Entire Store's State and it is used to monitor and handle a known Store or work in a Generic way.
With Sections you can create a Library that will work in its own space and makes the implementation easier.
- FAQ Frequently asked questions
- React How to use it in react
- Examples Live examples. Examples compared to redux's implementations
- Typescript Tips for Typescript implementations
- Terminology Terminology of dynadux, (is small!)
- 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