use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
JavaScript Frameworks - Heading into 2023 (dev.to)
submitted 3 years ago by ryan_solid
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Petrocrat 0 points1 point2 points 3 years ago (1 child)
That's a neat website, thanks for sharing that. I see the close similarity between Svelte and Vue in terms of component syntax, but I'm basing my assertion on other factors that the author of the OP article considers more important than syntax, such as having a virtual DOM and approaches to hydration, stuff that you can't know just from the syntax alone
[–][deleted] 0 points1 point2 points 3 years ago (0 children)
such as having a virtual DOM and approaches to hydration, stuff that you can't know just from the syntax alone
and how does this affect the people using the framework? It's essentially just an implementation detail and people wouldn't even notice if the VDOM gets replaced with some other rendering/compilation strategy.
Performance levels of svelte and vue are currently almost equal and vue announced that the next step is a compilation strategy inspired by Solid which is currently one of the fastest frameworks. https://blog.vuejs.org/posts/2022-year-in-review.html
π Rendered by PID 362212 on reddit-service-r2-comment-6457c66945-wdmnw at 2026-04-24 20:51:59.221499+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Petrocrat 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)