Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.22 KB

Advanced-Create3rdPartyLibrary.md

File metadata and controls

28 lines (20 loc) · 1.22 KB

🏠 Home 🏠 Advanced

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 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.

🏠 Advanced

Read more