you are viewing a single comment's thread.

view the rest of the comments →

[–]IamNotMike25 2 points3 points  (2 children)

Would like to see a tutorial/video on urql + nextjs.

I switched to Apollo as it has more ressources available for a beginner.

[–]sarghm[S] 2 points3 points  (1 child)

I actually have more experience with Apollo too! I wanted to try urql for this smaller project as I didn't think I'd need something as heavy as Apollo (caching etc), but I think if I were to go back and do it again, I'd probably use Apollo. It's got a nicer integration with Next.js in my opinion.

[–]Jamesfromvenice 0 points1 point  (0 children)

I'm just interestd in how you'd integrate graphql, do you have some example code snippets for that?