Upgrade to Pro — share decks privately, control downloads, hide ads and more …

effectorを使い倒してReduxのかわりになるか検証する

Hayashi Takao
August 01, 2019
720

 effectorを使い倒してReduxのかわりになるか検証する

Hayashi Takao

August 01, 2019
Tweet

Transcript

  1. effectorとは? > Effector is an effective multi store state manager

    for Javascript apps (React/React Native/Vue/Node.js), that allows you to > manage data in complex applications without the risk of inflating the monolithic central store, with clear control flow, good > type support and high capacity API. Effector supports both TypeScript and Flow type annotations out of the box. effectorはマルチストアの状態管理を行うパッケージ TypeScriptとFlowの両方に対応し型への対応もバッチリ 対応ライブラリはReact / Vue / ReactNative / Node.js