You Might Not Need Redux is a dan_abramov’s(redux author) post.
I have a server-side development background, so i’ve been learning DDD.
In my opinion, Redux architecture seems to contain Event-Sourcing and CQRS.
React component inevitably includes only fundamental domain concerns,
- what happened?
- What data is presentation?
I think redux Encouraging DDD essence.
Top comments (0)