DEV Community

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

Collapse
 
dennisfrijlink profile image
Dennis Frijlink

It doesn't really matter which backend you use for the (frontend) framework Vue.js or library React.js. It more depends on the case you have.

If you wanna build the backend in javascript I prefer Node.js + Express. If you wanna stay up to date with the new techniques you can also choose for deno.js. It's new, innovative and made by the same who made Node.js (Ryan Dahl) focussing on productivity.