I figured there was no better community to ask then dev.to!
What’s the best framework or toolset for developing a front-end for your website or web—app?
There’s many to choose from, including, but not limited to:
- React.js
- Next.js
- Gatsby
- Vue.js
Personal, I’m absolutely in love with the environment around Next.js + Vercel. The tooling is amazingly easy to use, and server-side rendering is a must-have for most of my projects.
I started my React journey with creat-react-app
, but Next’s superiority when it comes to file-based page routing blows it out of the water for me.
So: What’s your pick?
Top comments (7)
Might be
snowpack
,vite
, ores-dev-server
, as it allows<script nomodule>
, though (i.e. legacy browsers).But for the sake of stability and familiarity, I am currently using Nuxt.js.
Woah! That’s awesome! Build a website that has pages that utilize different frameworks. Very cool!
Angular website isn’t responsive... 😭
I think I’m going to learn Vue next.
It's not the sexy choice but I've enjoyed working with Ember for many years. It's great if you need a batteries included framework to create a full front end
Ember! Nice! What do you like about Ember? I’ve never looked into it much.
What about html + css + js?
What’s that?