after reading “You Might Not Need Redux”
Ryota Murakami

Ryota Murakami @malloc007

About: TypeScript/React/Node/Deno.🐤 I eliminate all unnecessary complexity from Web Dev.

Location:
Tokyo
Joined:
Nov 18, 2017

after reading “You Might Not Need Redux”

Publish Date: Dec 21 '17
14 0

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.

Comments 0 total

    Add comment