Symphonic@lemmy.worldtoWeb Development@programming.dev•I am looking for a basic web dev framework that is lightweight and focused around modularity. [Spoiler: I have no idea what I'm talking about!]
3·
5 months agoWhen I was trying to find frameworks that I liked. I learned VanillaJS. Then wrote the same app using VanillaJS, Web Components, React and Svelte. I am not a professional developer either I just like to write code. I was very familiar with python. That helped me iterate through my app and also find a framework fit.
Svelte came most naturally to me. So now I either use Svelte or VanillaJS.
For me, Svelte is clean, modular and is not as confusing as React. I love the concept of Svelte stores. I use it all the time.
The UI and the transitions look neat!