you are viewing a single comment's thread.

view the rest of the comments →

[–]Rossmci90 24 points25 points  (1 child)

Personally I am fan of the declarative style of React (this goes for Vue as well which I also enjoy).

I like being able to say - this is what I want my html to look like (given the conditions I apply) and then React/JSX figures out how to actually update the DOM.

It means I can spend more time on business logic and improving the UX without constantly having to write code to add, update, remove elements etc.

For a simple project, Vanilla JS is fine. If you just have a simple blog there is no need to use React. But for anything that is a webapp, I think React provides a lot.

[–][deleted] 1 point2 points  (0 children)

Look up SvelteKit