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.

Top comments (0)

16 Libraries You Should Know as a React Developer

Being a modern React developer is not about knowing just React itself. To stay competitive, it is highly recommended to explore the whole ecosystem. This article contains some of the most useful React component libraries to speed up your developer workflow.