Skip to main content

2 docs tagged with "patterns"

View All Tags

High Order Components (HOC)

A High-Order Component (HOC) in React is a function that takes a component and returns a new component with additional props or behaviors. HOCs are a way to reuse component logic across multiple components.

Pattern Books

A collection of books that cover various software design patterns, architectural patterns, and best practices for building robust and maintainable software systems.