DEV Community

Discussion on: React Data Fetching

Collapse
 
tylerlwsmith profile image
Tyler Smith

I really liked this–I had only heard of React Query. I'm going to try SWR on a project right now, I'm a huge fan of the projects Vercel works on. Have you had any problems with SWR?

Collapse
 
justinramel profile image
Justin Ramel

Hey Tyler, I'm also a big Vercel fan (next.js!) and I've not found any problems with SWR but... I'm now using React Query and find its Dev Tools to be a real game changer, being able to easily dig into the data during development is so useful.

I'd say give SWR a try and see what you think, its a great tool :-)

Collapse
 
tylerlwsmith profile image
Tyler Smith

Thanks for the insights!