DEV Community

Discussion on: BACKEND, DATABASE, STORAGE..... which do you prefer to use for React, Vue or Django. when and why?

Collapse
 
danim47c profile image
Daniel Mateos

Django is one option but there are much more options.

Thread Thread
 
yobretyo profile image
Bret

Ok 👍, what are popular alternatives?

Thread Thread
 
danim47c profile image
Daniel Mateos

The most popular types now are Rest APIs and GraphQL APIs, I recommend you to see their differences and choose one for your project.

Thread Thread
 
yobretyo profile image
Bret

Which would you recommend? I looked at Django Rest Framework, but, it seems very different from just Django. How many options do you have with GraphQL?