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.
Password Reset Feature: Frontend

Password Reset Feature: Frontend

Comments
4 min read
Remember with useState: Store Your Variables in React’s Memory!

Remember with useState: Store Your Variables in React’s Memory!

18
Comments
2 min read
Software Testing Life Cycle (STLC): A Comprehensive Guide

Software Testing Life Cycle (STLC): A Comprehensive Guide

2
Comments
4 min read
React from 0 to Hero: Lesson 1 – Getting Started

React from 0 to Hero: Lesson 1 – Getting Started

Comments
3 min read
Preventing CSRF and XSS Attacks with JWT and Fingerprint Cookies in Express

Preventing CSRF and XSS Attacks with JWT and Fingerprint Cookies in Express

1
Comments
11 min read
APIs for Concurrent Rendering in React: Optimizing Asynchronous UI Updates

APIs for Concurrent Rendering in React: Optimizing Asynchronous UI Updates

8
Comments
2 min read
Implementing Authorization Workflow (on Amazon SP API)

Implementing Authorization Workflow (on Amazon SP API)

Comments
4 min read
L - Liskov Substitution Principle (LSP)

L - Liskov Substitution Principle (LSP)

26
Comments
13 min read
Visualizing FIFA World Cup Stats with React Data Grid

Visualizing FIFA World Cup Stats with React Data Grid

Comments
10 min read
Let's create a simple React hook to detect browsers and their capabilities

Let's create a simple React hook to detect browsers and their capabilities

6
Comments 7
3 min read
Angular vs. React vs. Vue: Which is the Best Framework in 2024?

Angular vs. React vs. Vue: Which is the Best Framework in 2024?

1
Comments
3 min read
🧪 Setup Jest with (Webpack, Vite)

🧪 Setup Jest with (Webpack, Vite)

2
Comments
4 min read
React Environment Variables: A Complete Step-By-Step Guide

React Environment Variables: A Complete Step-By-Step Guide

Comments
5 min read
What is Redux, and how can we use it?

What is Redux, and how can we use it?

Comments
8 min read
React Space Components: Exploring the Cosmos of Server

React Space Components: Exploring the Cosmos of Server

Comments
2 min read
Minimal changes when migrating react-scripts to vite

Minimal changes when migrating react-scripts to vite

Comments
1 min read
How Project Ideas Can Come From Anywhere - My Open Source Daily Puzzle Game

How Project Ideas Can Come From Anywhere - My Open Source Daily Puzzle Game

3
Comments
2 min read
Mastering Frontend Styling: A 2024 Guide to Popular CSS Libraries

Mastering Frontend Styling: A 2024 Guide to Popular CSS Libraries

Comments
4 min read
15+ Best Icon Libraries of 2024

15+ Best Icon Libraries of 2024

353
Comments 51
8 min read
Securing Node.js Express APIs with Clerk and React

Securing Node.js Express APIs with Clerk and React

8
Comments 1
6 min read
Hitting CORS during oAuth? Do check how to setup reverse proxy in react

Hitting CORS during oAuth? Do check how to setup reverse proxy in react

2
Comments
2 min read
Prevents re-execution of large javascript functions that have been processed once with the same parameter.

Prevents re-execution of large javascript functions that have been processed once with the same parameter.

Comments
2 min read
Everything You Need to Know About React useState Hook – Practical Examples Inside

Everything You Need to Know About React useState Hook – Practical Examples Inside

1
Comments
4 min read
How to Convert a Next.js Application to React.js

How to Convert a Next.js Application to React.js

3
Comments
4 min read
Building a Real-Time Chat Application with Socket.io, Express, React.js, and Chakra UI (Vite Setup)

Building a Real-Time Chat Application with Socket.io, Express, React.js, and Chakra UI (Vite Setup)

240
Comments 41
4 min read
21+ Top React Footer Components to Use in 2024

21+ Top React Footer Components to Use in 2024

147
Comments 2
6 min read
Build AI Short Video Builder Using Next.Js, React

Build AI Short Video Builder Using Next.Js, React

2
Comments 1
1 min read
Best Open-Source React Dashboards on GitHub

Best Open-Source React Dashboards on GitHub

1
Comments
10 min read
Understanding String vs string in TypeScript

Understanding String vs string in TypeScript

1
Comments
2 min read
React Keys Demystified: When Using Index as a Key Isn’t That Bad

React Keys Demystified: When Using Index as a Key Isn’t That Bad

1
Comments
3 min read
Context API vs Redux: When to Use Which?

Context API vs Redux: When to Use Which?

Comments
3 min read
React Concurrent Mode: Optimizing React Performance

React Concurrent Mode: Optimizing React Performance

8
Comments
2 min read
Introducing Origami-State-Manager (OSM): A Lightweight State Management Library with Minimal Boilerplate

Introducing Origami-State-Manager (OSM): A Lightweight State Management Library with Minimal Boilerplate

Comments
3 min read
Mastering State Management in React: A Guide to useContext and useReducer Hooks

Mastering State Management in React: A Guide to useContext and useReducer Hooks

4
Comments
13 min read
Create embeddable widgets in react for static pages

Create embeddable widgets in react for static pages

4
Comments
4 min read
Como consumir una API con REACT 19 | use - suspense

Como consumir una API con REACT 19 | use - suspense

Comments
2 min read
React Component Libraries: Overview of 19 Top Libs

React Component Libraries: Overview of 19 Top Libs

1
Comments
21 min read
7 Interesting GitHub Repositories to Become a Pro React Developer

7 Interesting GitHub Repositories to Become a Pro React Developer

13
Comments
2 min read
Lazy Loading Components in React Router: A Step-by-Step Guide

Lazy Loading Components in React Router: A Step-by-Step Guide

2
Comments 2
1 min read
⚡ MySecondApp - React Native with Expo (P23) - Layout My Account

⚡ MySecondApp - React Native with Expo (P23) - Layout My Account

Comments
1 min read
Memanfaatkan reduce, map, dan filter untuk Pengolahan Data dalam React Project

Memanfaatkan reduce, map, dan filter untuk Pengolahan Data dalam React Project

Comments
2 min read
Getting Started with React Router: A Beginner's Guide

Getting Started with React Router: A Beginner's Guide

1
Comments
1 min read
Dynamic Routes and Parameters in React Using React Router

Dynamic Routes and Parameters in React Using React Router

1
Comments
1 min read
React Data Fetching: Techniques for REST APIs and GraphQL Queries

React Data Fetching: Techniques for REST APIs and GraphQL Queries

1
Comments
2 min read
React Route Guards: Ensuring Secure Navigation

React Route Guards: Ensuring Secure Navigation

1
Comments
1 min read
Understanding Nested Routes in React: A Comprehensive Guide

Understanding Nested Routes in React: A Comprehensive Guide

1
Comments
2 min read
Programmatic Navigation in React: A Step-by-Step Approach

Programmatic Navigation in React: A Step-by-Step Approach

1
Comments
1 min read
Understanding React.memo: Optimizing Functional Components

Understanding React.memo: Optimizing Functional Components

Comments
1 min read
Integration Testing in React: Best Practices with Testing Library

Integration Testing in React: Best Practices with Testing Library

Comments
2 min read
Caching Data in React: Boosting Performance and User Experience

Caching Data in React: Boosting Performance and User Experience

Comments
2 min read
Expressing Emotions with React

Expressing Emotions with React

1
Comments
1 min read
Effective Loading and Error Handling in React Applications

Effective Loading and Error Handling in React Applications

Comments
2 min read
Unit Testing React Components with Jest

Unit Testing React Components with Jest

Comments
2 min read
Implementing CSS Modules in Your React Project

Implementing CSS Modules in Your React Project

Comments
1 min read
Styled Components: Enhance Your React Applications

Styled Components: Enhance Your React Applications

Comments
1 min read
Serverless Cloud Pizzeria Shop

Serverless Cloud Pizzeria Shop

6
Comments
7 min read
React Router v5 vs v6: Key Differences Explained

React Router v5 vs v6: Key Differences Explained

Comments
2 min read
Higher-Order Components (HOCs) in React

Higher-Order Components (HOCs) in React

Comments
1 min read
Custom Hooks in React

Custom Hooks in React

Comments
2 min read
Step by step guide to implementing lazy loading and code splitting in a React project

Step by step guide to implementing lazy loading and code splitting in a React project

Comments
2 min read
loading...