#patterns
2 snippets tagged with #patterns
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