DEV Community

Discussion on: what Backend is recommended for VUE or REACT?

Collapse
 
cwraytech profile image
Christopher Wray • Edited

The suggestions to use Nuxt or next on here is very interesting. No and no.

If you are building an api to interact with a front end, then it should be built with a backend web framework.

You could use a node backend framework like nest, or continue using django/python but build only api’s that interact with a Nuxt(Vue) or Next(React) front end.

Nuxt and Next are front end frameworks.