|
|
|
|
|
by nohuhu
2225 days ago
|
|
> If that works with your model of the world that's great. Wouldn't kick it out of bed for farting. Oh I see, entity naming could also be improved. ;) > For me, the easiest way to handle async and effects in Redux is to write custom middleware for each context/entity. Right, and you still have to deal with Redux to get there. Not a preferred choice for many people. > have a real message based architecture What is a real message based architecture, in your terms? And why is it so important? Genuine question. > without hacks and (extra) libraries. Extra libraries only if you base on Redux and go from there. It's almost as if Redux itself wasn't an extra library... |
|
Hardly anybody has a problem with redux until they have to deal with async actions but all the tutorials use thunks or sagas when the correct way to handle that stuff is to write middlware.
By real messaging I mean CQRS with event mapping/filtering/normalization.