Ddd React

Structure a React frontend with Domain-Driven Design — bounded-context feature folders, a domain layer of immutable entity and command classes that carry behaviour, assemblers as an anti-corruption layer against the backend API, Zustand stores, and a presentation layer of routed views and reusable components. Use when organizing or refactoring a React app by business domain rather than by technical type, isolating API payloads from the app's own model, or deciding where business logic belongs on the frontend. It carries the DDD design rules it depends on, so it works on its own. Not for styling, React framework how-to, or backend domain modeling.

salimramirez 07b0810 25 files · 107.5 KB Updated

File contents

salimramirez/agent-skills/tree/main/skills/ddd-react commit 07b0810072

Frequently asked questions

npx skillmds@latest add salimramirez/ddd-react