Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
theninthsky committed Sep 18, 2023
1 parent ca5aea3 commit 5c4fdd6
Show file tree
Hide file tree
Showing 3 changed files with 473 additions and 443 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The conclusions of this project led to the creation of the _[ultimate-csr-boiler
- [Preloading Data](#preloading-data)
- [Accelerating Unchanged Pages](#accelerating-unchanged-pages)
- [Tweaking Further](#tweaking-further)
- [Preventing Sequenced Rendering](#preventing-sequenced-rendering)
- [Preventing Incremental Rendering](#preventing-incremental-rendering)
- [Transitioning Async Pages](#transitioning-async-pages)
- [Preloading Other Pages Data](#preloading-other-pages-data)
- [Revalidating Active Apps](#revalidating-active-apps)
Expand Down Expand Up @@ -669,7 +669,7 @@ This will only add about 2kb to our HTML file, but will ensure that unchanged (a

## Tweaking Further

### Preventing Sequenced Rendering
### Preventing Incremental Rendering

When we split a page from the main app, we separate its render phase, meaning the app will render before the page renders:

Expand Down
Loading

0 comments on commit 5c4fdd6

Please sign in to comment.