DEV Community

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

Collapse
 
shadowtime2000 profile image
shadowtime2000

If you keep them decoupled in a good way it just shouldn't matter. As long as the different languages's servers operate the same way the frontend wants then it's fine. Using NodeJs is pretty cool but you could also look into a framework like NextJS or NuxtJS because those both I believe allow API routes which can access databases and CMSs and stuff.