Skip to content

Commit 40987b7

Browse files
authored
site: update links in the Sapper intro blog post (#5189)
1 parent fb8bab8 commit 40987b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/content/blog/2017-12-31-sapper-towards-the-ideal-web-app-framework.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: Rich Harris
55
authorURL: https://twitter.com/Rich_Harris
66
---
77

8-
> Quickstart for the impatient: [the Sapper docs](https://sapper.svelte.technology), and the [starter template](https://github.com/sveltejs/sapper-template)
8+
> Quickstart for the impatient: [the Sapper docs](https://sapper.svelte.dev), and the [starter template](https://github.com/sveltejs/sapper-template)
99
1010
If you had to list the characteristics of the perfect Node.js web application framework, you'd probably come up with something like this:
1111

@@ -47,9 +47,9 @@ What happens if we use the new model as a starting point?
4747

4848
## Introducing Sapper
4949

50-
<aside><p>The <a href="https://sapper.svelte.technology/docs#why-the-name-">name comes from</a> the term for combat engineers, and is also short for Svelte app maker</p></aside>
50+
<aside><p>The <a href="https://sapper.svelte.dev/docs#Why_the_name">name comes from</a> the term for combat engineers, and is also short for Svelte app maker</p></aside>
5151

52-
[Sapper](https://sapper.svelte.technology) is the answer to that question. **Sapper is a Next.js-style framework that aims to meet the eleven criteria at the top of this article while dramatically reducing the amount of code that gets sent to the browser.** It's implemented as Express-compatible middleware, meaning it's easy to understand and customise.
52+
[Sapper](https://sapper.svelte.dev) is the answer to that question. **Sapper is a Next.js-style framework that aims to meet the eleven criteria at the top of this article while dramatically reducing the amount of code that gets sent to the browser.** It's implemented as Express-compatible middleware, meaning it's easy to understand and customise.
5353

5454
The same 'hello world' app that took 204kb with React and Next weighs just 7kb with Sapper. That number is likely to fall further in the future as we explore the space of optimisation possibilities, such as not shipping any JavaScript *at all* for pages that aren't interactive, beyond the tiny Sapper runtime that handles client-side routing.
5555

0 commit comments

Comments
 (0)