18 ms·
> The approach of using a compiler instead of a framework makes a lot of sense I agree, I wish it wasn't an entire framework though and more of a front-end lib
by thinkloop 6y ago
> The approach of using a compiler instead of a framework makes a lot of sense
I agree, I wish it wasn't an entire framework though and more of a front-end library like react. I've learnt long ago not to invest too much into a single tool.
- buzzerbetrayed 6y agoI feel like you just agreed with him and disagreed with him. How can a compiler be a front end library? Svelte can target web components, which allows you to use it in just a portion of a web page, just like react.
- thinkloop 6y agoI should've said "rendering engine" rather than "front-end library", to still be able to use things like redux, css processors, etc. But your comment made me realize that may not actually make sense. I'm still generally hesitant when a single framework takes over the entire chain.