URL Parameters vs Query Strings in Express.js
You’ve been building routes in Express, but have you ever wondered:
“When do I use /:id vs ?id=123?”
If yes, you’re in the right place. Let’s break down URL parameters and query strings — their diff
souparna-tech.hashnode.dev4 min read