Loading video...
Video Failed to Load
⚛️ React Tip: I f you want easily shareable URLs, use the useQueryParams hook. ↓
84,767 views • 2 years ago •via X (Twitter)
10 Comments

I've been working professionally with React for more than 8 years and I compiled all my knowledge into 100+ infographics just like this one. Check them out ↓

I've been working professionally with React for more than 8 years and I compiled all my knowledge into 100+ infographics just like this one. Check them out ↓

I have taken the idea from your tweet and asked chatgpt to create that hook using nextjs router. It could be improved by adding zod validation and be able to separate params in several hooks (for example one subset for pagination and another one for table filtering)

Great tip as usual George 🙌

Thanks Roni! I used this hook a lot to make urls easily shareable so I thought to share it! Glad you liked it!

Cc @jjordanwade

sleek!

Glad you liked the video Dayo!

I almost always have to write this hook in every project I work on. Created a repo for it months ago but never worked on it. Glad to see that somebody has already done it.

The same happened to me until I found useQueryParams library 😅
