[🏠 Home](../README.md) [🏠 Advanced](./Advanced.md) # Create 3rd party state library 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](./API-Middlewares.md) 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](./API-Sections.md) you can create a Library that will work in its own space and makes the implementation easier. [🏠 Advanced](./Advanced.md) # Read more - [FAQ](./FAQ.md) Frequently asked questions - [React](./React.md) How to use it in react - [Examples](./Examples.md) Live examples. Examples compared to redux's implementations - [Typescript](./Typescript.md) Tips for Typescript implementations - [Terminology](./Terminology.md) Terminology of dynadux, (is small!) - [History, Undo/Redo](https://github.com/aneldev/dynadux-history-middleware) Middleware for History, Undo/Redo and Restore Points - [React Dynadux](https://github.com/aneldev/react-dynadux) Provider for Dynadux App Stores - [Change Log](doc/Change-Log.md) Changes of Dynadux per semver version - [🏠 Home, Contents](../README.md#table-of-contents)