Live data from Hacker News

Ask HN: Which Web Front end Framework to choose?

news.ycombinator.com

1–10 of 17 posts

Ask HN: Which Web Front end Framework to choose?

#1
Web is fast changing platform. I need to choose good Frontend Framework for SPA that i want to develop. I want it to be stable and efficient.

I think that these are the choices: Vuejs , ReactJS and SvelteJS .

So,which one would you prefer and why? if it's other choice than the above , please tell. I am not here to start war but want to know your preference, that's it. Static rendering is not feasible as it's displaying dynamic data.

Please suggest

Re: Ask HN: Which Web Front end Framework to choose?

#5
The TALL stack might be an interesting option if you're more comfortable with the full stack development approach but with responsiveness built in.

But if you're just wanting to work pure client side, then JS it is!

I gather vuejs is a little simpler than React if you're starting out.

Re: Ask HN: Which Web Front end Framework to choose?

#8
post #4
post #3

Svelte + Routify ( https://github.com/roxiness/routify ) Because it is fast and lightweight.

It has been a while since I've used Svelte in anger. Is the functionality of Routify now in SvelteKit[1]? [1] https://kit.svelte.dev/docs

> I've used Svelte in anger.

I also had a bad day (literally) figuring out how to use svelte with SCSS, TypeScript and a good routing framework but after that day it felt awesome. The boilerplate has always been a pain to me on nearly every framework and with svelte it was pretty ok-ish.

> Is the functionality of Routify now in SvelteKit[1]?

Maybe, did not know about that. Thank you, I'll definitely try it out.

Re: Ask HN: Which Web Front end Framework to choose?

#9
My order of preference is Svelte, Vue, React. I feel like they are in that order intuitive and quick to build a project.

I like Svelte a lot because of the size of its footprint vs the other two.

All that said, if you already know one of them - even just a little - just go with that. If you’re just trying to make a thing, get going and make it.

Re: Ask HN: Which Web Front end Framework to choose?

#10
I prefer none. I find them to be overkill and often unnecessary, so long as you are comfortable with the primary APIs of the web platform.

If you stress about composition then you will want to use one of those large frameworks. If you prefer to instead stress about feature delivery you probably are better off without them as they will limit your ability to do things in new and unpopular ways.

Post reply on HN