Effector

Effector

  • Docs
  • Try
  • API
  • Blog
  • Twitter
  • GitHub

›Migrating to Effector

Introduction

  • Installation
  • Core Concepts
  • Prior Art

Recipes

  • Recipes: Index
  • Usage with TypeScript
  • Migrating to Effector

    • From Redux

    React

    • Example
    • Example: Effects
    • Example: Forms
    • Gate: a bridge between props and store
    • Example: TODO creator
    • Example: Dynamic form schema

    React Native

    • React Native Example

Other

  • Troubleshooting
  • Glossary

FAQ

  • FAQ
Edit

From Redux

Work in Progress

Preparation

Install Redux adapter

Prerequisite: either NPM (comes with node) or Yarn.

To install the stable version:

npm install --save @effector/redux-adapter
yarn add @effector/redux-adapter

Concepts

Effector Redux

Event

Action

Effect

Async Action

Watcher

Epic

Migrating

Replace your createStore call with createReduxStore:

-import {createStore} from 'redux'
+import {createReduxStore} from '@effector/redux-adapter'
← Usage with TypeScriptExample →
  • Preparation
  • Concepts
  • Migrating
Effector
Docs
Getting StartedAPI Reference
Community
User ShowcaseStack OverflowGitterTwitter
More
GitHubStar
Copyright © 2019 zerobias