DEV Community

Discussion on: What is the best Javascript Stack to choose in 2020 ?

Collapse
 
andrewbaisden profile image
Andrew Baisden

I would use the MERN Stack.

MongoDB - Database Storage
Express - Web framework for Node.js
React - Front End Framework
Node.js - Back End server environment

React is basically just javascript so if you learn the fundamentals of vanilla javascript then its easier to pick up. And with Node.js you are basically just writing javascript on the server. Combine all of that with a NoSQL/SQL database and you are basically full stack. Making you significantly more valuable compared to other developers who can only work on the front end or back end only.