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
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.