1.0.1 • Published 8 years ago

redux-as-component v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

Redux App vs React Component

Benefits of React Component:

  • Composable
  • Simple and Common Api (passing props, calling refs, ...)

Benefits of Redux App:

  • Sane approach to handle state (reducers, pure components, Action Creators)
  • Flexible and Powerfull (middlewares)
  • Devtools, and easy debug

You can have best from both worlds, developing your component with redux and them wrapping it with this lib.