DEV Community

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.
Streamline Your React Development: Visualize Component Insights in VS Code

Streamline Your React Development: Visualize Component Insights in VS Code

3
Comments
2 min read
The Dark Arts of Material-UI: Styling React Apps Fast

The Dark Arts of Material-UI: Styling React Apps Fast

4
Comments
3 min read
My Journey to Creating My First Project: TechTribe Pro by Juan Jose

My Journey to Creating My First Project: TechTribe Pro by Juan Jose

Comments
2 min read
How Would I Learn React.js If I Have to Start Over?

How Would I Learn React.js If I Have to Start Over?

1
Comments
3 min read
What’s new in React?

What’s new in React?

2
Comments
4 min read
Unveiling React Server Components

Unveiling React Server Components

Comments
17 min read
ChatCraft week 14: Releasing v2.0!

ChatCraft week 14: Releasing v2.0!

3
Comments
3 min read
React Fragment Fury: Handling Multiple Elements

React Fragment Fury: Handling Multiple Elements

4
Comments
3 min read
Mastering React Hooks: A Comprehensive Guide to Functional Components

Mastering React Hooks: A Comprehensive Guide to Functional Components

Comments
5 min read
How to use supabase + ReactJS?

How to use supabase + ReactJS?

5
Comments
2 min read
10 Expert Performance Tips Every Senior JS React Developer Should Know

10 Expert Performance Tips Every Senior JS React Developer Should Know

1
Comments
3 min read
Should I use a radio group or a checkbox?

Should I use a radio group or a checkbox?

1
Comments
7 min read
Learn React in 30 minutes

Learn React in 30 minutes

5
Comments
1 min read
The Subtle Case For and Against React

The Subtle Case For and Against React

Comments
8 min read
Routing, Client Side

Routing, Client Side

Comments
2 min read
¿Por qué debería usar Ruby on Rails?

¿Por qué debería usar Ruby on Rails?

Comments
8 min read
React Type Error: not assignable LegacyRef<V> && 'V' refers to a value, did you mean 'typeof V'?

React Type Error: not assignable LegacyRef<V> && 'V' refers to a value, did you mean 'typeof V'?

Comments
1 min read
Enhancing React App Security: Implementing Inactivity Logout for Peace of Mind

Enhancing React App Security: Implementing Inactivity Logout for Peace of Mind

2
Comments
2 min read
How to Build an AI FAQ System with Strapi, LangChain & OpenAI

How to Build an AI FAQ System with Strapi, LangChain & OpenAI

1
Comments
12 min read
Do not use <div> in React😎😯👩‍💻

Do not use <div> in React😎😯👩‍💻

Comments
1 min read
How to debug i18n? 🤔

How to debug i18n? 🤔

2
Comments
1 min read
React Router DOM V6 Tutorial for Everyone

React Router DOM V6 Tutorial for Everyone

7
Comments
6 min read
Utilizing Intersection Observer in React

Utilizing Intersection Observer in React

Comments
2 min read
Unleashing the Power of React Custom Hooks

Unleashing the Power of React Custom Hooks

Comments
3 min read
How to use Tailwind with any CSS framework

How to use Tailwind with any CSS framework

Comments
2 min read
Exploring the Canvas Series: Creative Brushes Part 1

Exploring the Canvas Series: Creative Brushes Part 1

Comments
6 min read
Crafting the Perfect Navigation Bar in React with a Hamburger Menu

Crafting the Perfect Navigation Bar in React with a Hamburger Menu

Comments
4 min read
Implement React v18 from Scratch Using WASM and Rust - [4] Implementation of Begin Work Phase of Render Process

Implement React v18 from Scratch Using WASM and Rust - [4] Implementation of Begin Work Phase of Render Process

1
Comments
4 min read
React Server Components Example with Next.js

React Server Components Example with Next.js

Comments
17 min read
A common TypeScript error with useRef

A common TypeScript error with useRef

Comments
5 min read
Mastering API Calls in React with Axios: A Comprehensive Guide

Mastering API Calls in React with Axios: A Comprehensive Guide

Comments
2 min read
Is Waku the new NextJS?

Is Waku the new NextJS?

7
Comments
5 min read
Implement React v18 from Scratch Using WASM and Rust - [5] Implementation of Complete Work Phase of Render Process

Implement React v18 from Scratch Using WASM and Rust - [5] Implementation of Complete Work Phase of Render Process

1
Comments
3 min read
React Memo Mayhem: Optimizing Functional Components

React Memo Mayhem: Optimizing Functional Components

3
Comments 1
3 min read
Harnessing the Power of useEffect.

Harnessing the Power of useEffect.

Comments
3 min read
Conquering API Overload in React: A Chill Guide for Devs

Conquering API Overload in React: A Chill Guide for Devs

Comments
5 min read
[vite plugin]Validate and ensure the correctness of alias imports

[vite plugin]Validate and ensure the correctness of alias imports

Comments
2 min read
How I made a file downloader on React and posted it on npm

How I made a file downloader on React and posted it on npm

1
Comments
2 min read
Firebase Hosting Setup Complete Issue

Firebase Hosting Setup Complete Issue

Comments
1 min read
How does Fetch works exactly?, and how can I use GET method with parameters?

How does Fetch works exactly?, and how can I use GET method with parameters?

Comments
1 min read
How to develop a local package and use in a vite app

How to develop a local package and use in a vite app

1
Comments
4 min read
Knowi React and the Shadow DOM

Knowi React and the Shadow DOM

1
Comments
2 min read
Basic Testing Conventions on my prjects

Basic Testing Conventions on my prjects

1
Comments
3 min read
Progressive Web Applications Explained

Progressive Web Applications Explained

Comments
3 min read
Setup path aliases in React + Vite + TS Project 🤓

Setup path aliases in React + Vite + TS Project 🤓

1
Comments
2 min read
Enhancing Accessibility in Next.js with useFocusOnNavigation Custom Hook

Enhancing Accessibility in Next.js with useFocusOnNavigation Custom Hook

1
Comments
2 min read
How to know I'm ready for my first React Job 🤔?

How to know I'm ready for my first React Job 🤔?

5
Comments
1 min read
Contest List - Browser Extension

Contest List - Browser Extension

2
Comments
1 min read
Astro.js as an alternative to Next.js: pushing the limits

Astro.js as an alternative to Next.js: pushing the limits

Comments
9 min read
Smarter Code With AbortController!

Smarter Code With AbortController!

1
Comments
4 min read
Implementing Responsive Images in React with the <picture> Element

Implementing Responsive Images in React with the <picture> Element

Comments
2 min read
Creating a Pokémon guessing game using Supabase, Drizzle, and Next.js in just 2 hours!

Creating a Pokémon guessing game using Supabase, Drizzle, and Next.js in just 2 hours!

72
Comments
6 min read
“State Control in React: Behind the Scenes of Our Quiz App”

“State Control in React: Behind the Scenes of Our Quiz App”

7
Comments
4 min read
I'm Looking For Beta Users

I'm Looking For Beta Users

Comments
1 min read
Imperative-reactive vs Functional-reactive: can you tell the difference?

Imperative-reactive vs Functional-reactive: can you tell the difference?

Comments
4 min read
Approaches to Styling React Components, Best Use Cases

Approaches to Styling React Components, Best Use Cases

36
Comments
10 min read
Case Study: Orchestrating Two Frontend Systems on a Single Page with Optimal UX and CWV"

Case Study: Orchestrating Two Frontend Systems on a Single Page with Optimal UX and CWV"

1
Comments
9 min read
New hydration errors mismatch messages

New hydration errors mismatch messages

Comments
1 min read
Understand Redux Toolkit Query and its Applications in Web App Development

Understand Redux Toolkit Query and its Applications in Web App Development

Comments
1 min read
Sinful Animations: Adding Motion to React Apps

Sinful Animations: Adding Motion to React Apps

3
Comments
3 min read
loading...