This is not a web-framework. It is an frontend app framework for html/javascript
Svelte is the most beautiful web framework I've seen
41–50 of 210 posts
Re: Svelte is the most beautiful web framework I've seen
#42I have a table of 100 rows x 10 columns mostly of numbers which change 10 times a second (think trading). The source data sits in an array of objects. On each update, I need to update the table cells with the latest values from the source array. The content of each cell can change, possibly it's css class too (from red it become blue for example). I'm using Vue/Bootstrap-Vue table at the moment, but it's quite slow.…
Re: Svelte is the most beautiful web framework I've seen
#43Re: Svelte is the most beautiful web framework I've seen
#44Re: Svelte is the most beautiful web framework I've seen
#45I have a table of 100 rows x 10 columns mostly of numbers which change 10 times a second (think trading). The source data sits in an array of objects. On each update, I need to update the table cells with the latest values from the source array. The content of each cell can change, possibly it's css class too (from red it become blue for example). I'm using Vue/Bootstrap-Vue table at the moment, but it's quite slow.…
https://opensource.janestreet.com/incr_dom/
it is built for visualizing HFT, so performance should suffice.
Re: Svelte is the most beautiful web framework I've seen
#46I have a table of 100 rows x 10 columns mostly of numbers which change 10 times a second (think trading). The source data sits in an array of objects. On each update, I need to update the table cells with the latest values from the source array. The content of each cell can change, possibly it's css class too (from red it become blue for example). I'm using Vue/Bootstrap-Vue table at the moment, but it's quite slow.…
Re: Svelte is the most beautiful web framework I've seen
#47Has anyone with React/Vue experience used Svelte for a significant project? I'd love to hear about your experience with it.
Re: Svelte is the most beautiful web framework I've seen
#48
In JSX this would be either:
or:
This is almost as ergonomic as JSX except for attributes like checked where the value is omitted. It might encourage some refactoring, compared with React, because the thought of putting attributes in a variable and adding them as a spread might occur more often when seeing an object being passed in.At any rate, I recommend looking at the code example linked in the post, or watching the video. Otherwise the post is pretty low in information, as the top comment at the time of writing this suggested. https://github.com/jesseskinner/svelte-tic-tac-toe
Re: Svelte is the most beautiful web framework I've seen
#49Svelte 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 m…
> I've got trouble seeing how having one more framework to learn is going to help any thing. That's a good question. - Svelte makes far smaller files than React - Svelte is faster to execute than React - Svelte is easier to learn
Re: Svelte is the most beautiful web framework I've seen
#50I 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/
That'd be 95% of all these dev.to articles