React Design Patterns: Compound Component Pattern

React
React Hooks: Compound Components
How do compound components change with React hooks?
A Deep Dive into React 19: New Features, Improvements, and Best Practi
Explore React 19's powerful features like the Actions API, new hooks, Server Components, enhanced hydration, and more for optimized web development
How to Use Higher-Order Components in React
Higher-order components (HOCs) are a powerful feature of the React library. They allow you to reuse component logic across multiple components. In React, a higher-order component is a function that takes a component as an argument and returns a new ...
Understanding React higher-order components - LogRocket Blog
Learn the fundamentals of React’s high-order components and play with some code samples to help you understand how it works.
ReactJS Higher-Order Components(HOC) in a Nutshell
Introduction React has become one of the most popular libraries for building user interfaces, and...
React - Higher Order Components (HOC)
In the ever-evolving realm of web development, mastering advanced concepts is essential for creating...
Creating Shared Ownership for Web Performance from a Cryptic CSS Values
Creating ownership for web performance metrics is challenging, especially if you want to ensure your entire organization is pushing along. Alex Russell has an excellent maturity model that captures this enduring journey (see infrequently.org blog). After navigating much of this journey over the past
Styling: Sass | Next.js
Style your Next.js application using Sass.
CSS Modules by Example
CSS Modules are super trendy and super useful. Learn how they work, visually, by example
How to style with Next.js and CSS Modules
Discover various techniques to center an image using CSS. From basic alignment to advanced methods using CSS Grid and Flexbox.
beekai-oss/react-simple-animate: 🎯 React UI animation made easy
🎯 React UI animation made easy.
React Tutorial
This React tutorial series helps you learn React JS from the scratch quickly by creating many React applications from simple to complex ones.
Panda CSS - Build modern websites using build time and type-safe CSS-in-JS
Build modern websites using build time and type-safe CSS-in-JS
React and HTML : Beware of the traps | Theodo
Astro description
How to Create a Reusable Modal Component in React
When using React, we strive to create reusable components as much as we can to limit the number of components and repetition. This keeps your code “DRY”. DRY is a concept you may have come across—it means “Don’t Repeat Yourself”. DRY is a coding prin...
What are Controlled and Uncontrolled Components in React.js?
In React.js, managing form inputs and user interactions is a crucial part of building dynamic web applications. Two key concepts that developers need to understand are controlled and uncontrolled components. These concepts define how form data is ha...
Joan Ayebola
How to Style React Components
You can only make your React app visually appealing to users with styling. That makes styling a fundamental aspect of building captivating user interfaces. With React's component-based architecture, there are a ton of options for styling. These inclu...
How to add multiple classes to a ReactJS Component?
I am new to ReactJS and JSX and I am having a little problem with the code below.
I am trying to add multiple classes to the className attribute on each li:
<li key={index} className={activeC...
README | TypeScript Deep Dive
PureComponents vs Functional Components with hooks
Looking into PureComponent and the problem it solved, how it can be replaced now in the hooks & functional components world, and discovering an interesting quirk of React re-renders behavior
Refs in React: from access to DOM to imperative API
Looking into why we need access to DOM in React, how Refs can help with that, what are useRef, forwardRef and useImperativeHandle hooks, and how to use them properly.
Intro to CSS animations for React developers
Investigating CSS animations in React by building some useful components like slide-in drawers, expandable search field, and fancy hover effects.
Thinking in React Hooks
React introduced hooks one year ago, and they've been a game-changer for a lot of developers. There are tons of how-to introduction resources out there, but I want to talk about the fundamental mindset change when switching from React class components to function components + hooks.
Everything you need to know about react-scripts - LogRocket Blog
ceate-react-app comes with useful scripts that eliminate the slog of configuration, making it easier than ever to build React apps.
Component Composition is great btw
Component composition is one of the best parts of React, and I think we should take more time to break our components into manageable parts before littering one component with conditional renderings.
A Complete Guide to Session Management in Next.js
Session management allows users to stay logged in across multiple tabs devices and maintains security by tracking user sessions.
richardscarrott/react-snap-carousel: DOM-first, headless carousel for React
DOM-first, headless carousel for React. Contribute to richardscarrott/react-snap-carousel development by creating an account on GitHub.
Blog Posts on react · Debbie Codes
My website of where I play around with Nuxt, Playwright and more and showcase my blog, resources etc
React For Designers And Visual Learners | LearnReact.design
Tutorials and courses on design and frontend development: React,Framer,HTML,CSS,JavaScript. React courses tailored for product designers, UX/UI designers