Menu
Effector LogoEffectorDocsAPIBlogTry
ChangelogTwitterGitHubv21v22
Effector LogoEffector
  • Docs
  • API
  • Blog
  • Try
  • Changelog
  • Twitter
  • GitHub
  • v21
  • v22
  • Introduction
    • Installation
    • Core Concepts
    • Glossary
    • Prior Art
  • API
    • effector
      • API Reference
      • Unit creators
        • createStore
        • createEvent
        • createEffect
        • createDomain
      • Unit definitions
        • Event
        • Store
        • Effect
        • Domain
      • combine
      • restore
      • createApi
      • sample
      • guard
      • attach
      • merge
      • split
      • forward
      • is
      • fromObservable
      • createStoreObject
      • clearNode
      • withRegion
      • Babel plugin
    • effector-react
      • API Reference
      • Hooks
        • useStore
        • useStoreMap
        • useList
        • useGate
      • createComponent
      • Gate
      • createGate
      • createStoreConsumer
    • effector-vue
      • API Reference
      • VueEffector
      • ComponentOptions
      • Vue
  • Conventions
    • Naming
    • Best practices
  • Recipes
    • Recipes
    • Countdown timer
    • Design API layer
    • Usage with TypeScript
    • React Native Example
    • React
      • Example
      • Effects
      • Forms
      • Gate - a bridge between props and store
      • TODO creator
      • Dynamic form schema
    • React Native
      • React Native Example
  • Advanced guide
    • Computation priority
  • FAQ
    • FAQ

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 of the box, no additional packages needed. See word chain game application written with svelte and effector.

Last updated on 2/20/2023
Next
Core Concepts »
  • Complementary packages
    • For react
    • For vue
    • For svelte

Docs

  • Docs
  • API
  • Changelog

Community

  • Twitter
  • Telegram 🇷🇺
  • Telegram

More

  • Github
Effector - the state manager
Copyright © 2023 zerobias