You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-17Lines changed: 19 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,40 +11,42 @@
11
11
12
12
<h1align="center">Instant-loading web apps, without effort</h1>
13
13
14
-
Qwik offers the fastest possible page load times - regardless of the complexity of your website. Qwik is so fast because it allows fully interactive sites to load with almost no JavaScript and [pickup from where the server left off](https://qwik.dev/docs/concepts/resumable/).
14
+
<b>This is the branch for Qwik v2, currently in beta. For v1, see the `v1` branch.</b>
15
+
16
+
Qwik offers the fastest possible page load times - regardless of the complexity of your website. Qwik is so fast because it allows fully interactive sites to load with almost no JavaScript and [pickup from where the server left off](https://next.qwik.dev/docs/concepts/resumable/).
15
17
16
18
As users interact with the site, only the necessary parts of the site load on-demand. This [precision lazy-loading](https://qwik.dev/docs/concepts/progressive/) is what makes Qwik so quick.
17
19
18
20
## Getting Started
19
21
20
22
```sh
21
-
npm create qwik@latest
23
+
npm create qwik@beta
22
24
# or
23
-
pnpm create qwik@latest
25
+
pnpm create qwik@beta
24
26
# or
25
-
yarn create qwik@latest
27
+
yarn create qwik@beta
26
28
# or
27
-
bun create qwik@latest
29
+
bun create qwik@beta
28
30
```
29
31
30
-
- Understand the difference between [resumable and replayable](https://qwik.dev/docs/concepts/resumable/) applications.
31
-
- Learn about Qwik's high level [mental model](https://qwik.dev/docs/concepts/think-qwik/).
32
+
- Understand the difference between [resumable and replayable](https://next.qwik.dev/docs/concepts/resumable/) applications.
33
+
- Learn about Qwik's high level [mental model](https://next.qwik.dev/docs/concepts/think-qwik/).
0 commit comments