HACKER Q&A
📣 twelvenmonkeys

What web framework to use in 2020?


I used to build my applications with Sinatra + Ruby as the front-end.

Using custom authentication parts, etc.

It's almost 2020.

There's a myriad of different (and new) web frameworks.

I need authentication / being able to create / delete new user accounts.

So keeping that in mind, how in the heck do I choose a framework to use?


  👤 catacombs Accepted Answer ✓
Well, it depends on the language.

Are you familiar with Python? Django

Ruby? Rails

JavaScript? There's a lot, but the most popular are React and Vue.