✕ Clear all filters
19 articles
▶ Videos →

📰 Dev.to · reactuse.com

19 articles · Updated every 3 hours · View all reads

All Articles 105,230Blog Posts 117,539Tech Tutorials 26,550Research Papers 22,105News 16,218 ⚡ AI Lessons
Browser Tab UX in React: Pull Users Back with Titles, Favicons, and Notifications
Dev.to · reactuse.com 🖌️ UI/UX Design ⚡ AI Lesson 1mo ago
Browser Tab UX in React: Pull Users Back with Titles, Favicons, and Notifications
Browser Tab UX in React: Pull Users Back with Titles, Favicons, and Notifications The...
React Form Handling: Debounced Validation, Auto-Save Drafts, and Controlled Inputs
Dev.to · reactuse.com 🌐 Frontend Engineering ⚡ AI Lesson 1mo ago
React Form Handling: Debounced Validation, Auto-Save Drafts, and Controlled Inputs
React Form Handling: Debounced Validation, Auto-Save Drafts, and Controlled Inputs Forms...
Voice and Camera Input in React: Speech Recognition, Media Devices, and Permissions
Dev.to · reactuse.com ⚡ AI Lesson 1mo ago
Voice and Camera Input in React: Speech Recognition, Media Devices, and Permissions
Voice and Camera Input in React: Speech Recognition, Media Devices, and Permissions Voice...
The SSR State Management Trap: defineStore vs defineContextStore
Dev.to · reactuse.com 🏗️ Systems Design & Architecture ⚡ AI Lesson 1mo ago
The SSR State Management Trap: defineStore vs defineContextStore
You ship a Next.js-style SSR app with a global user store. A month later, a user files a bug: "I...
Your Page Is Only as Fast as Your Slowest API: The Case for Streaming SSR
Dev.to · reactuse.com ⚡ AI Lesson 2mo ago
Your Page Is Only as Fast as Your Slowest API: The Case for Streaming SSR
You open Chrome DevTools on your product page. The Network tab has exactly one row that matters — the...
React Streaming SSR Without Server Components — A Practical Guide
Dev.to · reactuse.com ⚡ AI Lesson 2mo ago
React Streaming SSR Without Server Components — A Practical Guide
React Server Components get all the attention for streaming SSR. But RSC isn't the only way — and for...
React Mouse Tracking and Interactive Effects Without External Libraries
Dev.to · reactuse.com ⚡ AI Lesson 2mo ago
React Mouse Tracking and Interactive Effects Without External Libraries
React Mouse Tracking and Interactive Effects The mouse is the primary input device on...
From Next.js to Pareto: What Changes and What Stays the Same
Dev.to · reactuse.com 🏗️ Systems Design & Architecture ⚡ AI Lesson 3mo ago
From Next.js to Pareto: What Changes and What Stays the Same
You know Next.js. You know file-based routing, layouts, loaders, SSR. You probably also know the...
Building Real-Time Features in React Without WebSocket Libraries
Dev.to · reactuse.com ⚡ AI Lesson 3mo ago
Building Real-Time Features in React Without WebSocket Libraries
Building Real-Time Features in React Without WebSocket Libraries When developers hear...
We Benchmarked Our SSR Framework Against Next.js — Here's What We Found
Dev.to · reactuse.com ⚡ AI Lesson 3mo ago
We Benchmarked Our SSR Framework Against Next.js — Here's What We Found
We built Pareto, a lightweight streaming-first React SSR framework on Vite. Claims are cheap — so we...
React Scroll Effects Without External Libraries
Dev.to · reactuse.com ⚡ AI Lesson 3mo ago
React Scroll Effects Without External Libraries
Build scroll-linked animations, scroll locking, smooth scrolling, and sticky headers in React using lightweight hooks. No animation libraries required.
Real-time React: Syncing State Across Browser Tabs
Dev.to · reactuse.com ⚡ AI Lesson 3mo ago
Real-time React: Syncing State Across Browser Tabs
Keep auth, theme, and app state in sync across browser tabs — with BroadcastChannel and React hooks.
Pareto 3.0: A Lightweight React SSR Framework, Rebuilt on Vite 7
Dev.to · reactuse.com ⚡ AI Lesson 3mo ago
Pareto 3.0: A Lightweight React SSR Framework, Rebuilt on Vite 7
TL;DR: Pareto 3.0 is a ground-up rewrite — Rspack replaced by Vite 7, React 19 required, simplified...
useMediaQuery: Complete Guide to Responsive Design in React
Dev.to · reactuse.com ⚡ AI Lesson 3mo ago
useMediaQuery: Complete Guide to Responsive Design in React
Learn how to use the useMediaQuery hook from ReactUse to build responsive React components that adapt to screen size, dark mode preferences, and more.
React 19 Hooks: What's New and How to Use Them Effectively
Dev.to · reactuse.com 🌐 Frontend Engineering ⚡ AI Lesson 3mo ago
React 19 Hooks: What's New and How to Use Them Effectively
React 19 introduced four new built-in hooks that change how developers handle asynchronous data, form...