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.
React: Fine-grained reactivity should be the norm

React: Fine-grained reactivity should be the norm

12
Comments 9
9 min read
Pagination in React with implementation

Pagination in React with implementation

19
Comments
4 min read
Electron with React: The Ultimate guide to create cross platform desktop apps easily

Electron with React: The Ultimate guide to create cross platform desktop apps easily

70
Comments 13
3 min read
How to force an update to Components in React

How to force an update to Components in React

Comments 1
3 min read
React Native Testing: Ensuring Quality in Your Mobile Apps 🧪📱

React Native Testing: Ensuring Quality in Your Mobile Apps 🧪📱

1
Comments
3 min read
Cleanup Function on useEffect (Bite-size article)

Cleanup Function on useEffect (Bite-size article)

Comments
2 min read
Exploring the Power of React Hooks in Modern Web Development

Exploring the Power of React Hooks in Modern Web Development

7
Comments
2 min read
createFactory in React. 🏭 important function in React

createFactory in React. 🏭 important function in React

10
Comments
2 min read
Jest testing for React Crash Course ⚛️🚀

Jest testing for React Crash Course ⚛️🚀

6
Comments
7 min read
Best practices when working with React Native

Best practices when working with React Native

Comments
2 min read
React's Responsive Magic: Harnessing useCheckMobileScreen Hook 🔥

React's Responsive Magic: Harnessing useCheckMobileScreen Hook 🔥

1
Comments 2
1 min read
Getting started with React: how to create a basic React application

Getting started with React: how to create a basic React application

5
Comments 2
3 min read
How to use 'Nested Layouts' without 'Nested URLs' in Remix

How to use 'Nested Layouts' without 'Nested URLs' in Remix

2
Comments
3 min read
Crud-react-app with json-server and axios

Crud-react-app with json-server and axios

14
Comments
5 min read
6 Essential React Libraries You Should Know

6 Essential React Libraries You Should Know

22
Comments
3 min read
React Custom Hook: useCookie

React Custom Hook: useCookie

23
Comments 5
3 min read
Struktur Folder untuk project NodeJS & ExpressJS

Struktur Folder untuk project NodeJS & ExpressJS

Comments
2 min read
Demystifying JavaScript Scoping and Hoisting

Demystifying JavaScript Scoping and Hoisting

13
Comments 1
4 min read
Utilizing React's Context API with Hooks and TypeScript: Effortless State Handling

Utilizing React's Context API with Hooks and TypeScript: Effortless State Handling

3
Comments
2 min read
🪄✨Building a blog with a liking feature using React, Hanko and Novu 🔥

🪄✨Building a blog with a liking feature using React, Hanko and Novu 🔥

269
Comments 17
16 min read
Exploring React Native

Exploring React Native

Comments
2 min read
One Punch Man Workout App + Source Code

One Punch Man Workout App + Source Code

5
Comments
2 min read
Writing composable CSS components for React

Writing composable CSS components for React

15
Comments
8 min read
Exploring routing, data fetching and error handling in React Router 6.4+

Exploring routing, data fetching and error handling in React Router 6.4+

4
Comments
9 min read
Creating Hero Section in React with Styled Components

Creating Hero Section in React with Styled Components

Comments
3 min read
What is React batching state?

What is React batching state?

3
Comments
3 min read
React Custom Hook: useCopyToClipboard

React Custom Hook: useCopyToClipboard

10
Comments
2 min read
On-Chain dApp Game with Solidity, React, Typescript & Wagmi/Viem (Commit-reveal keccak256, contract factory patterns)

On-Chain dApp Game with Solidity, React, Typescript & Wagmi/Viem (Commit-reveal keccak256, contract factory patterns)

2
Comments
18 min read
Free Online Resume Builder with NextJS

Free Online Resume Builder with NextJS

6
Comments 1
4 min read
Micro frontends: Building In Public From Scratch - Part2 - when to use Microfrontends ?

Micro frontends: Building In Public From Scratch - Part2 - when to use Microfrontends ?

Comments
3 min read
This Week In React #155: RSC DevTools, Next.js Caching, Expo Party, Graph Gallery, Astro, Storybook, Remix, Reanimated...

This Week In React #155: RSC DevTools, Next.js Caching, Expo Party, Graph Gallery, Astro, Storybook, Remix, Reanimated...

19
Comments
8 min read
Mastering JavaScript Fundamentals: Unleashing Your Framework Readiness

Mastering JavaScript Fundamentals: Unleashing Your Framework Readiness

7
Comments
15 min read
Configurable typing of NPM packages. Typing may be stricter than you think

Configurable typing of NPM packages. Typing may be stricter than you think

7
Comments
9 min read
React Custom Hook: useArray

React Custom Hook: useArray

27
Comments 11
2 min read
👨‍💻 🤖 Next 13 Overview & Building in Public 🛠️ 🚀

👨‍💻 🤖 Next 13 Overview & Building in Public 🛠️ 🚀

4
Comments
10 min read
Creating a Cyberpunk-Themed Music Player with React, Web Audio API, and Canvas

Creating a Cyberpunk-Themed Music Player with React, Web Audio API, and Canvas

8
Comments
26 min read
Building a Two-Way Data Binding Hook for Form Inputs in React

Building a Two-Way Data Binding Hook for Form Inputs in React

Comments 2
5 min read
Understanding useCallback() vs. useMemo() in React.js 🚀

Understanding useCallback() vs. useMemo() in React.js 🚀

6
Comments 1
2 min read
Reflecting on my first React app

Reflecting on my first React app

5
Comments 2
4 min read
Using Bryntum Calendar to Coordinate Caregiver Availability in Health Care

Using Bryntum Calendar to Coordinate Caregiver Availability in Health Care

Comments
11 min read
Building Real-time Applications with Next.js 13.4 Server Actions

Building Real-time Applications with Next.js 13.4 Server Actions

16
Comments
18 min read
Next.js Full Stack Food Delivery App (5+ Hours Free Tutorial)

Next.js Full Stack Food Delivery App (5+ Hours Free Tutorial)

18
Comments 2
4 min read
Build a multilingual NextJS app using the new app directory

Build a multilingual NextJS app using the new app directory

4
Comments 2
11 min read
React Custom Hook: useClickOutside

React Custom Hook: useClickOutside

10
Comments 4
2 min read
Micro frontends: Building In Public From Scratch - Part1 - What are Microfrontends ?

Micro frontends: Building In Public From Scratch - Part1 - What are Microfrontends ?

2
Comments
3 min read
Use Type, not Interface in TypeScript

Use Type, not Interface in TypeScript

77
Comments 25
3 min read
The simplest example to understand Server Actions in Next.js

The simplest example to understand Server Actions in Next.js

23
Comments
4 min read
Understanding Next.JS Docker Images

Understanding Next.JS Docker Images

27
Comments 3
6 min read
createContext in React? Important for Interview and Development

createContext in React? Important for Interview and Development

7
Comments
2 min read
Why Do I Need RSC(react server components) if I Already Have Remix Pvt

Why Do I Need RSC(react server components) if I Already Have Remix Pvt

42
Comments 2
5 min read
The modern guide to React state patterns

The modern guide to React state patterns

6
Comments
13 min read
Learning NextJS and React Full Stack Features

Learning NextJS and React Full Stack Features

Comments
7 min read
Form validation in React is made simpler by using JavaScript libraries

Form validation in React is made simpler by using JavaScript libraries

5
Comments 2
5 min read
React State vs. React Context: Deciding How to Manage State

React State vs. React Context: Deciding How to Manage State

6
Comments
1 min read
React useEffect Hook: Use cases

React useEffect Hook: Use cases

1
Comments 3
6 min read
The Ultimate Guide to building a UI Library

The Ultimate Guide to building a UI Library

41
Comments 2
11 min read
cloneElement in React? important for interview

cloneElement in React? important for interview

7
Comments
3 min read
How to Implement Firebase Google Authentication with ReactJS

How to Implement Firebase Google Authentication with ReactJS

12
Comments 1
3 min read
Weekly web development resources #161

Weekly web development resources #161

6
Comments
2 min read
In search of the best EcmaScript version for the website assembly

In search of the best EcmaScript version for the website assembly

15
Comments 2
18 min read
loading...