Tag: react

Handling React Loading States With React Loading Skeleton

Handling React loading states with React Loading Skeleton

Dev

Implement a loading state, or loading skeleton, in React with and without external dependencies like the React Loading Skeleton package.

Ibadehin Mojeed
Jan 7, 2025 ⋅ 7 min read
React logo over lavender background

How React 19 can help you make faster websites

Dev

Explore React 19’s new features, including the compiler, automatic memoization, and updates to hooks like use() and useFormStatus.

Emmanuel Odioko
Dec 31, 2024 ⋅ 12 min read
Best Practices For React Iframes

Best practices for React iframes

Dev

Embedding iframes in React applications requires careful handling to ensure security, performance, and seamless integration.

Chiamaka Umeh
Dec 25, 2024 ⋅ 13 min read
Implementing Infinite Scroll In React Snap Carousel

Implementing infinite scroll in React with React Snap Carousel

Dev

Making carousels can be time-consuming, but it doesn’t have to be. Learn how to use React Snap Carousel to simplify the process.

David Omotayo
Dec 13, 2024 ⋅ 10 min read
React Libraries For Building Forms And Surveys

React libraries for building forms and surveys

Dev

Consider using a React form library to mitigate the challenges of building and managing forms and surveys.

Hussain Arif
Dec 11, 2024 ⋅ 7 min read
How To Use React Context With TypeScript

How to use React Context with TypeScript

Dev

Explore how React Context and the Context API simplifies managing global data or state between components in a TypeScript app.

Ibrahima Ndaw
Dec 4, 2024 ⋅ 14 min read
Next.js Vs. React: The Developer Experience

Next.js vs. React: The developer experience

Dev

Explore the developer experience for Next.js vs. React and how recent releases have affected them, including Next.js 13 and React 18.

Andrew Evans
Dec 3, 2024 ⋅ 25 min read
Understanding React useEffect Cleanup Function

Understanding React’s useEffect cleanup function

Dev

Prevent memory leaks in React apps by using the `useEffect` cleanup function to maintain optimal app performance.

Chimezie Innocent
Dec 2, 2024 ⋅ 8 min read
React OnClick Event Handlers: A Complete Guide

React onClick event handlers: A complete guide

Dev

This guide covers React’s `onClick` event handler, including information about event listening, synthetic events, custom events, and more.

Yomi Eluwande
Nov 26, 2024 ⋅ 12 min read
React logo over a beige background

Data fetching with Remix’s loader function

Dev

Learn how Remix enhances SSR performance, simplifies data fetching, and improves SEO compared to client-heavy React apps.

Abhinav Anshul
Nov 26, 2024 ⋅ 5 min read
Authentication With React Router V6: A Complete Guide

Authentication with React Router v6: A complete guide

Dev

Handle user authentication with React Router v6 and beyond with a deep dive into protected routes, 2FA authentication, and more.

Vijit Ail
Nov 21, 2024 ⋅ 16 min read
Using React-Toastify To Style Your Toast Messages

Using React-Toastify to style your toast messages

Dev

Use React-Toastify to style and customize toast messages in React apps so users receive appropriate feedback for their actions.

Chimezie Innocent
Nov 19, 2024 ⋅ 8 min read