|
|
|
|
|
by ducharmdev
1801 days ago
|
|
What is the audience for this lightweight framework you have in mind? Devs supporting server-rendered sites with minimal JavaScript? In that scenario I can understand how the build step could introduce complexity, but I'm a bit surprised to see Svelte lumped in with the others simply because it introduces a compiler. If size is a concern, it's hard to beat Svelte emitting framework-less vanilla JavaScript (whether as a complete single-page app, or as piece-meal components you sprinkle throughout a more minimal site). |
|