DEV Community

Ryota Murakami
Ryota Murakami

Posted on • Originally published at Medium on

after reading “You Might Not Need Redux”

You Might Not Need Redux is a dan_abramov’s(redux author) post.

You Might Not Need Redux

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.

Latest comments (0)