clonardo / redux-syringe

πŸ’‰ Maintaining large Redux applications with ease.

Home Page:https://redux-syringe.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux Syringe

πŸ›  πŸ’ͺ πŸ’‰

Maintaining large Redux applications with ease.

MIT License Downloads Version

Store enhancers and utilities for asynchronous injection of Redux dependencies and development of multi-instance components with isolated state. Redux Syringe supports injection and namespacing of reducers, middleware, and redux-observable epics.

Although the Redux Syringe core is platform-agnostic, React bindings are included for tying the injection mechanism to the lifecycle of your React components.

Documentation & API Reference

See wafflepie.github.io/redux-syringe, powered by Docsify.

Installation

The redux-syringe package contains everything you'll need to get started with using Redux Syringe in a React application. Use either of these commands, depending on the package manager you prefer:

yarn add redux-syringe

npm i redux-syringe

Please visit wafflepie.github.io/redux-syringe to see all available packages.

Changelog

See the CHANGELOG.md file.

Contributing

We are open to all ideas and suggestions, feel free to open an issue or a pull request!

License

All packages are distributed under the MIT license. See the license here.

About

πŸ’‰ Maintaining large Redux applications with ease.

https://redux-syringe.js.org

License:MIT License


Languages

Language:TypeScript 94.7%Language:JavaScript 5.2%Language:Shell 0.2%