Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/concepts/resumable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Collectively, this is known as hydration. All current generations of frameworks

Qwik is different because it does not require hydration to resume an application on the client. Not requiring hydration is what makes the Qwik application startup instantaneous.

All frameworks hydration **replay** all the application logic in the client, instead Qwik pauses execution in the server, and resumes execution in the client,
All other framework's hydration **replays** all the application logic in the client. Qwik instead pauses execution in the server, and resumes execution in the client,


# Introducing Resumability
Expand Down