Svelte is the most beautiful web framework I've seen
thefutureoftheweb.com
Svelte is the most beautiful web framework I've seen
1–10 of 210 posts
Re: Svelte is the most beautiful web framework I've seen
#2Also losing React Native, which is non-issue if you're just developing a web app.
Re: Svelte is the most beautiful web framework I've seen
#3My 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.
Re: Svelte is the most beautiful web framework I've seen
#4Re: Svelte is the most beautiful web framework I've seen
#5My 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
#6Re: Svelte is the most beautiful web framework I've seen
#7I get a 500 error on the second page of the "getting started", so... nope, not the most beautiful I've seen.
Re: Svelte is the most beautiful web framework I've seen
#8I like playing with different web frameworks, but the article had a bad hype:information ratio, so I googled the Svelte homepage, which I think is really well presented: https://svelte.dev/
Re: Svelte is the most beautiful web framework I've seen
#9There'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
#10Earlier 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