Y
Hacker News
new
|
ask
|
show
|
jobs
by
danlugo92
2694 days ago
You're unnecessarily coupling your components to redux..
1 comments
bestest
2694 days ago
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 }.
link