✕ Clear all filters
11 articles

📰 Dev.to · ReactChallenges

11 articles · Updated every 3 hours · View all reads

All Articles 80,713Blog Posts 103,828Tech Tutorials 19,650Research Papers 17,548News 13,773 ⚡ AI Lessons
🚀 New Challenge: Shopping Cart with Redux
Dev.to · ReactChallenges 4w 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...