Installation
- npm
- yarn
- deno
Import effector.mjs
from any CDN
since
effector 21.0.0
#
Complementary packages#
For react- npm
- yarn
#
For vue- npm
- yarn
#
For svelteSvelte works with effector out of the box, no additional packages needed. See word chain game application written with svelte and effector.
#
DevToolsUse effector-logger for printing updates to console, displaying current store values with browser ui and connecting application to familiar redux devtools
#
Online playgroundExamples in this documentation are running in our online playground, which allows someone to test and share ideas quickly, without install. Code sharing, Typescript and react supported out of the box
#
CompatibilityThe library provides separate modules with compatibility up to IE11 and Chrome 47 (browser for Smart TV devices): effector/compat
, effector-react/compat
and effector-vue/compat
Usage with manual import replacement:
Usage with babel-plugin-module-resolver: