Installation
npm install --save effector
yarn add effector
Complementary packages
For react
npm install --save effector-react
yarn add effector-react
For vue
npm install --save effector-vue
yarn add effector-vue
For svelte
Svelte works with effector out from a box, no additional packages needed. See word chain game application written with svelte and effector.