Hacker News new | ask | show | jobs
by myguysi 3024 days ago
Ahh thanks, I was lazy and didn’t go looking for an answer. Though this line seems a bit odd..

> In this case, subscriptions avoid the need of coupling the auth model to the profile model. Profile simply listens to an action.

I guess it’s no different to using “vanilla” redux actions but because actions contain the reducer namespace then it’s inherently coupled to another model isn’t it?