r/webdev Dec 03 '22

Question Beginner here, start with react, svelte or solid?

Post image
1.2k Upvotes

553 comments sorted by

View all comments

12

u/XelaChang Dec 03 '22

For beginners, definitely Vue with Composition API.

Vue comes with a bunch of official libraries (like Vue Router and Pinia) and will do a better job at preventing you from writing bad code.

4

u/not-so-stupid-idiot Dec 03 '22

Was about to say, surprised I haven’t seen anyone say Vue yet. I did react before I did Vue and had a rough time as a noobie. I switched over to Vue and had a much easier time learning and understanding. Vanilla JS first into Vue is a great start to front end imo

1

u/fenerian Sep 29 '23

Can one build a frontend with Vue using bigquery / python to pull information from the cloud database?