Components
9 items tagged with "components"
Patterns4
Container/Presentational Pattern
Separates components that fetch and manage data (containers) from components that only render UI from props (presentational), improving reuse and testability.
Higher-Order Component (HOC)
A function that takes a component and returns a new component with added behavior, enabling cross-cutting concerns to be shared without inheritance.
Render Props
A component shares logic by accepting a function prop that it calls with internal state, letting the caller control rendering while reusing behavior.
Compound Components
A set of components that work together and share implicit state through context, giving consumers a flexible, declarative API for a composite widget.
Products4
Bootstrap
Popular CSS framework for responsive web development
shadcn/ui
Beautifully designed components built with Radix UI and Tailwind
Material UI
React component library implementing Google's Material Design
Ant Design
Enterprise-class UI design language and React components