DEV Community

Discussion on: Essential Django 3rd Party Packages

Collapse
 
patryktech profile image
Patryk • Edited

Yup. Key phrases: "if you're just getting into APIs" and "compare the two."

I've worked with both, and GraphQL is more pleasant to me. Single endpoint, no under/over fetching, etc.

Doesn't mean that everyone should rewrite the apps that are already running, but when I start a new app, Ariadne is my go-to now. Worth a look at least.

And the DRF is fantastic, with many pros as well.