✕ Clear all filters
12 articles
▶ Videos →

📰 Dev.to · ReactChallenges

12 articles · Updated every 3 hours · View all reads

All Articles 107,869Blog Posts 119,293Tech Tutorials 27,303Research Papers 22,422News 16,434 ⚡ AI Lessons
🚀 New React Challenge: Best Practices
Dev.to · ReactChallenges 🌐 Frontend Engineering ⚡ AI Lesson 3w ago
🚀 New React Challenge: Best Practices
Your todo list passes all tests. You ship it. But here's the thing no one tells you about interviews...
What useOptimistic Actually Saves You
Dev.to · ReactChallenges ⚡ AI Lesson 1mo ago
What useOptimistic Actually Saves You
A checkbox toggle should feel instant. But when that toggle needs to persist to a server, you face a...
🚀 New React Challenge: Instant UI with useOptimistic
Dev.to · ReactChallenges ⚡ AI Lesson 1mo ago
🚀 New React Challenge: Instant UI with useOptimistic
Ever clicked a like button and watched it stall for a second while the server thinks about it? That...
Debounce vs Throttle: When to Use Each (and Why It Matters)
Dev.to · ReactChallenges ⚡ AI Lesson 1mo ago
Debounce vs Throttle: When to Use Each (and Why It Matters)
Most React developers have faced the problem: a search input that fires an API call on every single...
Stop Fetching Data Sequentially When It Could Be Parallel
Dev.to · ReactChallenges ⚡ AI Lesson 1mo ago
Stop Fetching Data Sequentially When It Could Be Parallel
Picture this: you fetch a list of items from an API, and for each item you need extra data from a...
When to Replace Multiple useState with useReducer
Dev.to · ReactChallenges ⚡ AI Lesson 1mo ago
When to Replace Multiple useState with useReducer
You start with one useState. Then another. Then a third. Before you know it, a single event handler...
🚀 New Challenge: File Explorer
Dev.to · ReactChallenges 🖌️ UI/UX Design ⚡ AI Lesson 1mo ago
🚀 New Challenge: File Explorer
Build a recursive file explorer tree view, similar to the sidebar in VS Code. 👉...
New way of passing ref to child in React 19
Dev.to · ReactChallenges ⚡ AI Lesson 2mo ago
New way of passing ref to child in React 19
If you have worked with refs in React, you probably know they have always felt a bit different from...