DEV Community

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

Collapse
 
collinstommy profile image
Tom Collins

This is the stack I would choose as well.

Advantages:

  • JS front end + back end
  • Commonality between Web + Mobile
  • Established communities in both
  • Larger pools of developers to hire from
  • React scales well. Lots of packages available and lots of good tutorials, documentation and other resources.
Thread Thread
 
jeferson_sb profile image
Jeferson Brito • Edited

Exactly!

You can use the same language that you are comfortable on front end, backend and mobile.
Also build incredible UI's for both, Mobile and Web, with one of the most used UI Libraries on the market : React 💜

  • Great Community
  • Lots of plugins and packages for all sort of stuff
  • Fairly easy to pick up and get started
Thread Thread
 
sarthology profile image
Sarthak Sharma

What about graphQL ? 🤔

Thread Thread
 
jeferson_sb profile image
Jeferson Brito

I haven't used that much but you can use the apollo client for React/React Native and express-graphql for Node

Thread Thread
 
collinstommy profile image
Tom Collins

Yep. I would include graphQl and possibly prisma as well. graphQl makes front end development far easier as your app gets more complex