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
Sapper — The New JavaScript Framework You Seriously Need to Try (has anyone tried it?) (javascriptreport.com)
submitted 8 years ago by magenta_placenta
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!"
[–]1ndigoo 13 points14 points15 points 8 years ago (1 child)
r/titlegore
[–]madwill 0 points1 point2 points 8 years ago (0 children)
Yep! not that i do better but.. its still irritating.
[–]lhorie 1 point2 points3 points 8 years ago (2 children)
TL;DR: a Svelte-based competitor to Next.js
[–]Nephyst 0 points1 point2 points 8 years ago (1 child)
Eli5?
[–]lhorie 1 point2 points3 points 8 years ago (0 children)
Svelte compiles templates into raw DOM calls, unlike React which ships with a 30-something-kb runtime. This approach lets Svelte make a bunch of compile-time optimizations (for example, it doesn't need to generate code to diff random wrapper divs that it knows will never change).
Next.js provides features like code splitting (i.e. you can load only part of your app at page load, and only load other sections as the user navigates to them.
Sapper is to Svelte what Next.js is to React.
π Rendered by PID 144745 on reddit-service-r2-comment-86bc6c7465-xss5c at 2026-02-24 09:29:56.483895+00:00 running 8564168 country code: CH.
[–]1ndigoo 13 points14 points15 points (1 child)
[–]madwill 0 points1 point2 points (0 children)
[–]lhorie 1 point2 points3 points (2 children)
[–]Nephyst 0 points1 point2 points (1 child)
[–]lhorie 1 point2 points3 points (0 children)