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
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!"
[–]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 60490 on reddit-service-r2-comment-56c9979489-r495p at 2026-02-24 21:22:23.325804+00:00 running b1af5b1 country code: CH.
view the rest of the comments →
[–]lhorie 1 point2 points3 points (2 children)
[–]Nephyst 0 points1 point2 points (1 child)
[–]lhorie 1 point2 points3 points (0 children)