Live data from Hacker News

Svelte is the most beautiful web framework I've seen

thefutureoftheweb.com

1–10 of 210 posts

Re: Svelte is the most beautiful web framework I've seen

#3

My main gripes are no TypeScript support and going to mustache-like templates after working with JSX/TSX is a step back for me. Also losing React Native, which is non-issue if you're just developing a web app.

Agreed, JSX/TSX feels so incredibly natural it's hard to imagine giving it up, and starting a significant JS project in 2019 or 2020 without using TypeScript would feel professionally negligent to me.

Re: Svelte is the most beautiful web framework I've seen

#5
post #3

My main gripes are no TypeScript support and going to mustache-like templates after working with JSX/TSX is a step back for me. Also losing React Native, which is non-issue if you're just developing a web app.

Agreed, JSX/TSX feels so incredibly natural it's hard to imagine giving it up, and starting a significant JS project in 2019 or 2020 without using TypeScript would feel professionally negligent to me.

Using JS ternaries for conditional rendering doesn't feel natural to me at all

Re: Svelte is the most beautiful web framework I've seen

#9
Svelte is so great... so were react, angular, ember, meteor, and vue. I'm sorry, but I've got trouble seeing how having one more framework to learn is going to help any thing.

There's a webcomic of some sort to which I can't find the link, which talks about this. Some one is sick of the bloat of x framework/tool/whatever, and decides to build it better. He works hard, and finally version 1.0 is released to dramatic music. But there's a problem - it hits the real world and starts running into edge cases, bugs, and other things that can't be predicted in design and testing, necessarily. Features creep, and over time, it becomes just as bad as that which it sought to replace. Then, some bright young soul gets the idea that he can do it better...

This is not to discourage innovation. It doesn't appear it's been battle-tested like other frameworks, and I don't see many major operations on the list of users. If it ends up better, great, but I can't say I'm optimistic.

Re: Svelte is the most beautiful web framework I've seen

#10
post #5
post #3

Earlier quoted context omitted.

Agreed, JSX/TSX feels so incredibly natural it's hard to imagine giving it up, and starting a significant JS project in 2019 or 2020 without using TypeScript would feel professionally negligent to me.

Using JS ternaries for conditional rendering doesn't feel natural to me at all

Ok, I should probably edit my comment to "JSX/TSX feels so incredibly natural except for needing to use JS ternaries for conditional rendering" because seriously what were they thinking there?
Post reply on HN