0.0.2 • Published 5 months ago

@yantrix/redux v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@yantrix/redux

Yantrix is a (mostly) TypeScript framework and a DSL, that make up a full instrumental chain to implement robust and self-documented functional applications by code generation in multiple programming languages.

Redux integration for the Yantrix framework. This package provides various connectors to @yantrix/automata to connect new or existing Redux stores to FSM-based state management.

📖 Usage

Install the primary package using your prefered package manager. All the secondary dependencies will be installed automatically. However, you will need @yantrix/automata at least for types. Most likely, you will also need @yantrix/cli to build diagrams into code.

# Via NPM
$ npm install @yantrix/redux @yantrix/automata @yantrix/cli

# Via Yarn
$ yarn add @yantrix/redux @yantrix/automata @yantrix/cli

# Via PNPM
$ pnpm install @yantrix/redux @yantrix/automata @yantrix/cli

# ✨ Auto-detection
$ npx nypm install @yantrix/redux @yantrix/automata @yantrix/cli

We suggest using pnpm

Then, see the docs:

🌱 Contributing

📜 License

Made with 💜. Published under MIT License.