Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackshelton authored Aug 4, 2024
1 parent 15ae590 commit 9de0c44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,8 @@ Resumability is "Lazy execution", it's the ability to build the "framework state
> This is in contrast to most frameworks, which will run the framework twice. Once on the server, and once on the client. (Hydration)
Hydration forces everything to be executed as the user visits the page. By avoiding hydration, we can execute code only when an interaction occurs. When combined with JavaScript Streaming, this results in a massive improvement in user experience.
### What is JavaScript Streaming?
JavaScript streaming is Resumability plus the ability to stream the functions into the browser and to buffer them in the cache.
Expand Down

0 comments on commit 9de0c44

Please sign in to comment.