Author: Klint Finley

Note: all the way around to static content site generators

Harris took a different approach. Svelte performs its middle-layer work before a developer uploads code to a web server, well before a user ever downloads it. This makes it possible to remove unnecessary features, shrinking the resulting app. It also reduces the number of moving parts when a user runs the app, which can make Svelte apps faster and more efficient. Wang says he likes to use Svelte for web pages, but he still uses React for larger applications, including his professional work. For one thing, the larger an app, the more likely a developer will use all of React’s features.

All the reasons to use a static site generator IMO. Of which Jekyll is probably most well known followed by Hugo. GitHub pages exists for a reason.


Quote Citation: Klint Finley, “The JavaScript Framework That Puts Web Pages on a Diet | WIRED”, 2020-04-04, https://www.wired.com/story/javascript-framework-puts-web-pages-diet/