#architecture
3 snippets tagged with #architecture
typescriptadvanced
Compound Component Pattern
Build flexible compound components using React Context for implicit parent-child communication.
#patterns#compound-component
typescriptintermediate
Render Prop Pattern
Share stateful logic between components using the render prop pattern for maximum flexibility.
#patterns#render-prop
typescriptadvanced
Multi-Zone Application Setup
Compose multiple Next.js apps under one domain using rewrites for micro-frontend architecture.
#multi-zone#micro-frontends