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.
30+ app ideas with complete source code

30+ app ideas with complete source code

511
Comments 34
25 min read
React Memo Mayhem: Optimizing Functional Components

React Memo Mayhem: Optimizing Functional Components

1
Comments 1
3 min read
React vs Angular vs Vue - What's the right framework for your project?

React vs Angular vs Vue - What's the right framework for your project?

Comments
3 min read
React x ChakraUI: How to Craft Stylish PDFs

React x ChakraUI: How to Craft Stylish PDFs

5
Comments
8 min read
Mastering Next.js 13/14 - Fundamentals

Mastering Next.js 13/14 - Fundamentals

Comments
8 min read
Mastering Next.js 13/14 - Advanced Techniques

Mastering Next.js 13/14 - Advanced Techniques

Comments
10 min read
Mastering Next.js 13/14 : App Router and API Routes

Mastering Next.js 13/14 : App Router and API Routes

Comments
5 min read
3 Exciting Improvements Between NextJS 14 And NextJS 13

3 Exciting Improvements Between NextJS 14 And NextJS 13

1
Comments
9 min read
React Fragment Fury: Handling Multiple Elements

React Fragment Fury: Handling Multiple Elements

4
Comments
3 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
State Vs Prop in React [Tabular Difference]

State Vs Prop in React [Tabular Difference]

Comments
2 min read
Routing, Client Side

Routing, Client Side

Comments
2 min read
Autosize Input Field - Plain JS and React Examples

Autosize Input Field - Plain JS and React Examples

Comments
1 min read
Contributing to Open Source Project ChatCraft

Contributing to Open Source Project ChatCraft

5
Comments 1
3 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
Epic Next JS 14 Tutorial Part 7: Next.js and Strapi CRUD Permissions

Epic Next JS 14 Tutorial Part 7: Next.js and Strapi CRUD Permissions

Comments
18 min read
Firebase Hosting Setup Complete Issue

Firebase Hosting Setup Complete Issue

Comments
1 min read
How to debug i18n? 🤔

How to debug i18n? 🤔

2
Comments
1 min read
The 5 Practical Uses of Lazy Loading in React

The 5 Practical Uses of Lazy Loading in React

Comments
2 min read
React JS Fragments

React JS Fragments

3
Comments
2 min read
Utilizing Intersection Observer in React

Utilizing Intersection Observer in React

Comments
2 min read
I need a design for a Credit-based Course Registration System

I need a design for a Credit-based Course Registration System

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
All About Custom Hooks: Supercharge Your React Components

All About Custom Hooks: Supercharge Your React Components

5
Comments
3 min read
What is forwardRef in React and how to use it properly?

What is forwardRef in React and how to use it properly?

Comments
10 min read
Getting Started With React & Vite

Getting Started With React & Vite

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

Exploring the Canvas Series: Creative Brushes Part 1

Comments
6 min read
Free online planning poker

Free online planning poker

14
Comments
1 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
Understanding the useEffect Hook in React

Understanding the useEffect Hook in React

5
Comments
2 min read
My project

My project

Comments
1 min read
Components for Developers: Why I Joined Novu

Components for Developers: Why I Joined Novu

16
Comments 1
4 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
Bridging the Gap: Sharing Data Between React Native and WebView

Bridging the Gap: Sharing Data Between React Native and WebView

1
Comments
2 min read
Everyday AI Tools

Everyday AI Tools

5
Comments
2 min read
Build & Deploy Full Stack Link Sharing App Using MERN Stack

Build & Deploy Full Stack Link Sharing App Using MERN Stack

2
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
Create React App with Wing

Create React App with Wing

16
Comments
5 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
Routing to Ruin: Navigating React Router Like a Villain

Routing to Ruin: Navigating React Router Like a Villain

1
Comments
2 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
📚Storybook not picking up tailwindcss

📚Storybook not picking up tailwindcss

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
“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
loading...