Thanks for clarifying!
And yes, I’m aware of/love the Svelte design philosophy! But what I was questioning/trying to point out is that under the hood Svelte doesn’t actually follow its own philosophy
If Svelte truly enhanced HTML with JS you’d likely end up with something closer to petite-vue
And yes, I’m aware of/love the Svelte design philosophy! But what I was questioning/trying to point out is that under the hood Svelte doesn’t actually follow its own philosophy
If Svelte truly enhanced HTML with JS you’d likely end up with something closer to petite-vue
Comments
It *feels* like writing HTML and that’s a pretty incredible accomplishment.
For the purposes of building an interactive SPA, being able to write JS with snippets of embedded markup results in some pretty nice flexibility and composability.