Y
Hacker News
new
|
ask
|
show
|
jobs
by
kaoD
1957 days ago
This sounds exactly like what I settled on as React+Redux best practices. There's UI logic+data (that belongs in components) and business logic+data (that belongs in the Redux store) loosely coupled via actions and selectors.