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.
Navigation Stuck

Navigation Stuck

2
Comments 1
1 min read
Shadcn Date Picker with custom implementation

Shadcn Date Picker with custom implementation

1
Comments
2 min read
Class Based Components DEEP DIVE

Class Based Components DEEP DIVE

Comments
2 min read
How to Host a React App on GitHub (Even with a Custom Domain & SSL)

How to Host a React App on GitHub (Even with a Custom Domain & SSL)

5
Comments
3 min read
How to Create a Sparkline Component in React

How to Create a Sparkline Component in React

5
Comments
4 min read
How to setup a Full Stack project with Example

How to setup a Full Stack project with Example

157
Comments 14
6 min read
Finally, a scalable folder structure for your frontend code

Finally, a scalable folder structure for your frontend code

1
Comments
2 min read
MyFirstApp - React Native with Expo (P13) - Layout Chat Messages

MyFirstApp - React Native with Expo (P13) - Layout Chat Messages

Comments
1 min read
Introducing BiteStats: Your Ultimate DoorDash & Grubhub Expense Tracker

Introducing BiteStats: Your Ultimate DoorDash & Grubhub Expense Tracker

Comments
2 min read
Is Anyone Working with Facebook Graph API?

Is Anyone Working with Facebook Graph API?

1
Comments
1 min read
MyFirstApp - React Native with Expo (P14) - Optimize Layout iOS and Android

MyFirstApp - React Native with Expo (P14) - Optimize Layout iOS and Android

Comments
1 min read
🚀 Day 5: List Rendering and Conditional Rendering in React🚀

🚀 Day 5: List Rendering and Conditional Rendering in React🚀

2
Comments
4 min read
Choosing Your Frontend Champion: React vs Vue Explained for Beginners

Choosing Your Frontend Champion: React vs Vue Explained for Beginners

Comments
3 min read
Comparing Frontend Technologies: ReactJS vs VueJS

Comparing Frontend Technologies: ReactJS vs VueJS

Comments
4 min read
Mastering Data Fetching in React: A Journey from useEffect to Server Components

Mastering Data Fetching in React: A Journey from useEffect to Server Components

1
Comments
6 min read
JAVASCRIPT MIND-MAP:

JAVASCRIPT MIND-MAP:

6
Comments
1 min read
An Exposition into Vue and React

An Exposition into Vue and React

Comments
4 min read
The Differences Between "export default xx" and "export {xx as default}"

The Differences Between "export default xx" and "export {xx as default}"

2
Comments
3 min read
React Custom Hooks: Crafting Reusable and Clean Code Like a Pro

React Custom Hooks: Crafting Reusable and Clean Code Like a Pro

20
Comments 2
5 min read
React in 5 Minutes

React in 5 Minutes

2
Comments
3 min read
MyFirstApp - React Native with Expo (P9) - Custom Bottom Tab

MyFirstApp - React Native with Expo (P9) - Custom Bottom Tab

Comments
1 min read
MyFirstApp - React Native with Expo (P8) - Add Bottom Sheet

MyFirstApp - React Native with Expo (P8) - Add Bottom Sheet

Comments
1 min read
Two-way Binding can be a One-way Street

Two-way Binding can be a One-way Street

16
Comments 1
7 min read
Consumer-Driven Contract Testing: Ensuring Compatibility in Microservices

Consumer-Driven Contract Testing: Ensuring Compatibility in Microservices

1
Comments
4 min read
Implementing Optimistic UI in React.js/Next.js

Implementing Optimistic UI in React.js/Next.js

8
Comments 3
13 min read
All of Reacts concepts- one article

All of Reacts concepts- one article

Comments
3 min read
This Week In React #194 : React Conf, Rsnext, TypeScript, Next.js, PPR, Owner components, Preloading, Zustand, Flutter...

This Week In React #194 : React Conf, Rsnext, TypeScript, Next.js, PPR, Owner components, Preloading, Zustand, Flutter...

13
Comments 1
8 min read
Production-Grade Folder Structure of E-commerce App?

Production-Grade Folder Structure of E-commerce App?

2
Comments 1
2 min read
ReactJS vs. Svelte: The Veteran vs. The Newcomer of the Web

ReactJS vs. Svelte: The Veteran vs. The Newcomer of the Web

Comments
3 min read
Use React.lazy with confidence: A safe way to load components when iterating fast

Use React.lazy with confidence: A safe way to load components when iterating fast

24
Comments 1
4 min read
Resolving NPM ERESOLVE Peer Dependency Issues in Node.js Projects

Resolving NPM ERESOLVE Peer Dependency Issues in Node.js Projects

Comments
2 min read
Web Push Notifications with React and Firebase Cloud Messaging (FCM)

Web Push Notifications with React and Firebase Cloud Messaging (FCM)

15
Comments
8 min read
🚀 Day 4: Props and States 🚀

🚀 Day 4: Props and States 🚀

Comments
4 min read
Create a slide show presentation with React Flow

Create a slide show presentation with React Flow

4
Comments
15 min read
Comparing Vue.js and React: Front-end Technologies

Comparing Vue.js and React: Front-end Technologies

Comments
3 min read
App Inbox Notification Feed in Next.js

App Inbox Notification Feed in Next.js

8
Comments
3 min read
Gerenciamento de estados da Api React - Rails

Gerenciamento de estados da Api React - Rails

3
Comments
3 min read
Javascript Frameworks And Libraries

Javascript Frameworks And Libraries

4
Comments
7 min read
Implement React v18 from Scratch Using WASM and Rust - [22] Implement memo

Implement React v18 from Scratch Using WASM and Rust - [22] Implement memo

17
Comments
3 min read
Building Secure Authentication Systems with Next.js and Clerk 🚀🔒

Building Secure Authentication Systems with Next.js and Clerk 🚀🔒

4
Comments
3 min read
file and folder architecture in react js

file and folder architecture in react js

1
Comments
3 min read
MyFirstApp - React Native with Expo (P4) - Add Fix Footer Screen

MyFirstApp - React Native with Expo (P4) - Add Fix Footer Screen

1
Comments
1 min read
Published my first npm package: react-popupify!

Published my first npm package: react-popupify!

2
Comments
2 min read
WebFormsJS Legend Begins, React Will Die?

WebFormsJS Legend Begins, React Will Die?

1
Comments
8 min read
Form.io Alternative: A Comprehensive Comparison with SurveyJS

Form.io Alternative: A Comprehensive Comparison with SurveyJS

2
Comments
12 min read
LimeSurvey Alternative: A Comprehensive Comparison with SurveyJS

LimeSurvey Alternative: A Comprehensive Comparison with SurveyJS

Comments
10 min read
Formik / Formium Alternative: A Comprehensive Comparison with SurveyJS

Formik / Formium Alternative: A Comprehensive Comparison with SurveyJS

Comments
12 min read
A new react dev slack group

A new react dev slack group

8
Comments
1 min read
How to fix auto import not working in a React, TypeScript project

How to fix auto import not working in a React, TypeScript project

Comments
1 min read
Best Free APIs for React, Next.js, and Full-Stack Developers

Best Free APIs for React, Next.js, and Full-Stack Developers

4
Comments
2 min read
🚀 Day 3: JSX and Components

🚀 Day 3: JSX and Components

Comments
3 min read
How CORS actually works behind the scenes

How CORS actually works behind the scenes

153
Comments 8
3 min read
Understanding Reconciliation in React: A Beginner's Guide to Smoother UI Updates.

Understanding Reconciliation in React: A Beginner's Guide to Smoother UI Updates.

Comments
2 min read
How to Handle RTK-Query Request Cancellations in React

How to Handle RTK-Query Request Cancellations in React

3
Comments
2 min read
Custom React Hook: useResizeObserver

Custom React Hook: useResizeObserver

Comments
2 min read
Managing State in React

Managing State in React

3
Comments
4 min read
Next.js Vs React.Js: What you need to know

Next.js Vs React.Js: What you need to know

Comments
2 min read
Aplicação do React com Ruby para um Design System

Aplicação do React com Ruby para um Design System

2
Comments
2 min read
13 Top Skool Alternatives for Making Money Online with Your Community

13 Top Skool Alternatives for Making Money Online with Your Community

1
Comments
3 min read
Comparing Frontend Frameworks: React vs. Angular

Comparing Frontend Frameworks: React vs. Angular

Comments
2 min read
loading...