Hacker News new | ask | show | jobs
by Swennemans 3504 days ago
It is indeed very close to how you would model redux apps. Interesting that you mention that your controllers don't have read access to store(s). That is actually very common with redux-thunk or redux-saga.