Hacker News new | ask | show | jobs
by danlugo92 2694 days ago
You're unnecessarily coupling your components to redux..
1 comments

The only things that are "coupled" to redux are actions dispatched from components. They themselves are very abstract, and when needed are connected using { connect }.