Presentation Layer and working with the client
Client-side architecture
- Does DDD Belong on the Frontend? - Domain-Driven Design w/ TypeScript
- Video - A Treatise on State (JED WATSON - Partner at Thinkmill)
There are 5 parts to this next article. You can either start with the Intro link and click the next button at the bottom of each page, or click each individual link which I pasted below.
- Intro- Client-Side Architecture Basics [Guide]
- Architecture- I. Architecture
- Principles- II. Principles
- Layers- III. Layers
- Conclusion- IV. Conclusion
Presentation layer
- Presentation Model from Martin Fowler
- PresentationDomainDataLayering from Martin Fowler
- Implement reads/queries in a CQRS microservice from MFST