Learn how to create flexible, reusable React components using the children prop with practical examples like Card layouts
Featured Posts
Webpack isn't only for SPAs. You can use it to bundle up apps with multiple pages or entry points
The JavaScript destructuring assignment is often used in React projects. This post looks into what's going on under the hood
The react-markdown package takes a prop called components in which you can map HTML tags to custom React components. This post explains how it is structured.
A step by step guide to getting a Markdown-driven blog up and running using the new App Router architecture in Next.js version 13
Learn how React Reducer can help you to pull together the disparate strands of state management into a single, easy-to-manage location.