"Yup, I've been there too. I think the biggest mistake newbies make is trying to learn React, Angular, and Svelte at the same time. Focus on one framework at a time, and you'll avoid the confusion and frustration"
"Yooo, been there done that with Svelte. I used to struggle with understanding the component lifecycle, thought it was super complex at first, but once I got the hang of it, things became way smoother. Would recommend checking out the official Svelte tutorial for some clarity."
Yooo, just wanna throw in my two cents - I think a lot of newbies get overwhelmed by the reactive nature of Svelte and try to force imperative code in. Don't do that, just let Svelte handle the state management for you and you'll be golden.