✕ Clear all filters
12 articles

📰 Dev.to · ReactChallenges

12 articles · Updated every 3 hours · View all reads

All Articles 85,908Blog Posts 107,335Tech Tutorials 21,193Research Papers 18,610News 14,229 ⚡ AI Lessons
🚀 New React Challenge: Instant UI with useOptimistic
Dev.to · ReactChallenges 3w 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...
🚀 New Challenge: Shopping Cart with Redux
Dev.to · ReactChallenges 1mo ago
🚀 New Challenge: Shopping Cart with Redux
Redux is one of those libraries that makes perfect sense when you read the docs — but feels...
Debounce vs Throttle: When to Use Each (and Why It Matters)
Dev.to · ReactChallenges 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 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...
You Probably Don't Need Redux Yet
Dev.to · ReactChallenges 1mo ago
You Probably Don't Need Redux Yet
When you start learning React, the list of things to cover feels endless: components, props, state,...
When to Replace Multiple useState with useReducer
Dev.to · ReactChallenges 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 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 1mo 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...