Forem

React

Official tag for Facebook's React JavaScript library for building user interfaces

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Is create-react-app Deprecated? What You Need to Know in 2025
Cover image for Is create-react-app Deprecated? What You Need to Know in 2025

Is create-react-app Deprecated? What You Need to Know in 2025

1
Comments
3 min read
Next.js 15 + React 19: Worth It?

Next.js 15 + React 19: Worth It?

2
Comments 1
1 min read
React 19 Form Hooks vs react-hook-form: A Complete Comparison
Cover image for React 19 Form Hooks vs react-hook-form: A Complete Comparison

React 19 Form Hooks vs react-hook-form: A Complete Comparison

9
Comments 1
4 min read
6 Lessons Learned from Building a Production-Grade Chrome Extension with Web Scraping
Cover image for 6 Lessons Learned from Building a Production-Grade Chrome Extension with Web Scraping

6 Lessons Learned from Building a Production-Grade Chrome Extension with Web Scraping

4
Comments
6 min read
Understanding Stale Closure in React: A Common Pitfall and How to Avoid It
Cover image for Understanding Stale Closure in React: A Common Pitfall and How to Avoid It

Understanding Stale Closure in React: A Common Pitfall and How to Avoid It

7
Comments
2 min read
Clean Code Principles & Code Conventions for React + TypeScript

Clean Code Principles & Code Conventions for React + TypeScript

Comments
2 min read
React Doesn't Scale. Your Structure Does.

React Doesn't Scale. Your Structure Does.

Comments
3 min read
How can I add a floating animated assistant character in React while keeping a premium glassmorphism UI?

How can I add a floating animated assistant character in React while keeping a premium glassmorphism UI?

Comments
1 min read
useMemo in React: Optimizing Performance by Memoizing Values
Cover image for useMemo in React: Optimizing Performance by Memoizing Values

useMemo in React: Optimizing Performance by Memoizing Values

Comments
6 min read
Level Up Your Frontend Interview Prep: Mastering the Fundamentals
Cover image for Level Up Your Frontend Interview Prep: Mastering the Fundamentals

Level Up Your Frontend Interview Prep: Mastering the Fundamentals

Comments
2 min read
Jest - Testing with React and React Testing Library: Useful APIs

Jest - Testing with React and React Testing Library: Useful APIs

11
Comments 5
2 min read
React Mastery: Understanding `onChange={handleChange}` vs `onChange={(e) => handleChange(e)}`

React Mastery: Understanding `onChange={handleChange}` vs `onChange={(e) => handleChange(e)}`

Comments
3 min read
Mastery: Fixing "Objects are not valid as a React child" Error

Mastery: Fixing "Objects are not valid as a React child" Error

Comments
2 min read
useState in React: `React.useState` vs `useState` Explained Like a Pro

useState in React: `React.useState` vs `useState` Explained Like a Pro

Comments
2 min read
The Ultimate React Folder Structure I Use as a Frontend Developer
Cover image for The Ultimate React Folder Structure I Use as a Frontend Developer

The Ultimate React Folder Structure I Use as a Frontend Developer

3
Comments 4
2 min read
🎉 react-emoji-toggle-button is available now!

🎉 react-emoji-toggle-button is available now!

5
Comments 1
1 min read
`useEffect` with Cleanup Function in React: What It Is, When to Use It, and Why
Cover image for `useEffect` with Cleanup Function in React: What It Is, When to Use It, and Why

`useEffect` with Cleanup Function in React: What It Is, When to Use It, and Why

13
Comments 7
3 min read
How to Build Dynamic Charts in React with Recharts (Including Edge Cases)
Cover image for How to Build Dynamic Charts in React with Recharts (Including Edge Cases)

How to Build Dynamic Charts in React with Recharts (Including Edge Cases)

5
Comments
5 min read
Build a personal PR-reviewer with Gaia, Langchain, and Next.js.
Cover image for Build a personal PR-reviewer with Gaia, Langchain, and Next.js.

Build a personal PR-reviewer with Gaia, Langchain, and Next.js.

5
Comments 2
10 min read
Create a simple Virtualized List/ Sliding Window
Cover image for Create a simple Virtualized List/ Sliding Window

Create a simple Virtualized List/ Sliding Window

Comments
4 min read
BeaconAI: automated batch generation of prompts and audio experimentation
Cover image for BeaconAI: automated batch generation of prompts and audio experimentation

BeaconAI: automated batch generation of prompts and audio experimentation

Comments
9 min read
A Beginner’s Guide to Developing a News App in React Native

A Beginner’s Guide to Developing a News App in React Native

2
Comments
4 min read
¿Qué es el Virtual DOM? Virtual DOM con manzanitas 🍎

¿Qué es el Virtual DOM? Virtual DOM con manzanitas 🍎

Comments 1
3 min read
useEffect() in ReactJs

useEffect() in ReactJs

1
Comments 2
1 min read
Understanding SOLID Principles in Frontend Development (with React Examples)

Understanding SOLID Principles in Frontend Development (with React Examples)

4
Comments 1
2 min read
loading...