Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. * Must be easy to define a store structure
  2. * Must be easy to call actions
  3. * Must be easy to attach state / actions to React components
  4. * Must allow being not directly attached to a store (e.g. with provider)
  5. * Must supply suitable types so that they do not need to be redefined in the components / reducers
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement