Tag: react

16 React component libraries and kits for improved UI

Dev

Discover 16 of the most useful React content libraries and kits, and learn how to use them in your next React app.

Chidume Nnamdi
Mar 4, 2025 ⋅ 16 min read
pure components in react using Using PureComponent and React.memo

Pure components in React: Using PureComponent and React.memo

Dev

Learn how to memoize components in React using React.PureComponent and the React.memo API, and cover the fundamentals of React components.

Glad Chinda
Mar 3, 2025 ⋅ 7 min read
React Select: A Comprehensive Guide

React Select: A comprehensive guide

Dev

React Select offers customization, styling, async data loading, accessibility, and more to build powerful, user-friendly dropdowns in React.

Stephen Afam-Osemene
Mar 3, 2025 ⋅ 9 min read

React.memo explained: When to use it (and when not to)

Dev

React.memo prevents unnecessary re-renders and improves performance in React applications. Discover when to use it, when to avoid it, and how it compares to useMemo and useCallback.

Emmanuel John
Feb 26, 2025 ⋅ 9 min read
React useCallback: When And How To Use It For Better Performance

React useCallback: When and how to use it for better performance

Dev

Learn how React’s useCallback hook boosts performance by memoizing functions and preventing unnecessary re-renders with practical examples and best practices.

Emmanuel John
Feb 26, 2025 ⋅ 6 min read
what is the virtual DOM in react

What is the virtual DOM in React?

Dev

Learn the characteristics of the virtual document object model (DOM), explore its benefits in React, and review a practical example.

Ibadehin Mojeed
Feb 26, 2025 ⋅ 9 min read
Building Multi-Step Forms With React Hook Form And Zod

Building a reusable multi-step form with React Hook Form and Zod

Dev

Use React Hook Form and Zod to build a multi-step form component in React that handles input validation, tracks form progress, and more.

Chinwike Maduabuchi
Feb 26, 2025 ⋅ 13 min read
Advanced React State Management Using URL Parameters

Advanced React state management using URL parameters

Dev

Manage state in React using URL parameters for better performance, SEO, and accessibility while enabling shareable and server-rendered application states.

Rahul Chhodde
Feb 24, 2025 ⋅ 16 min read
how to use react higher order components

How to use React higher-order components

Dev

Learn the fundamentals of React’s high-order components and play with some code samples to help you understand how it works.

Hussain Arif
Feb 20, 2025 ⋅ 10 min read
What Is Infinite Scrolling: Implementing It In React

3 ways to implement infinite scroll in React (with code examples)

Dev

Implement infinite scroll in React using libraries or from scratch for a seamless, endless content-loading experience.

Ogundipe Samuel
Feb 18, 2025 ⋅ 13 min read
creating React animations in Motion

Creating React animations in Motion (formerly Framer Motion)

Dev

Motion — the tool formerly known as Framer Motion — can help JavaScript developers quickly and effectively write animations.

Paul Akinyemi
Feb 18, 2025 ⋅ 12 min read

React Context tutorial: Complete guide with practical examples

Dev

Let’s review React Context API. When should you use it to avoid prop drilling, and how does it compare to Redux?

Adebiyi Adedotun
Feb 17, 2025 ⋅ 13 min read