Skip to content

Commit

Permalink
Fix broken link (#51253)
Browse files Browse the repository at this point in the history
Fix broken link in client-side rendering page
  • Loading branch information
delbaoliveira authored Jun 13, 2023
1 parent 8a0686e commit 6431b19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ related:
- pages/building-your-application/rendering/server-side-rendering
- pages/building-your-application/rendering/static-site-generation
- pages/building-your-application/rendering/incremental-static-regeneration
- /docs/app/building-your-application/routing/loading-ui-and-streaming
- app/building-your-application/routing/loading-ui-and-streaming
---

In Client-Side Rendering (CSR) with React, the browser downloads a minimal HTML page and the JavaScript needed for the page. The JavaScript is then used to update the DOM and render the page. When the application is first loaded, the user may notice a slight delay before they can see the full page, this is because the page isn't fully rendered until all the JavaScript is downloaded, parsed, and executed.
Expand Down

0 comments on commit 6431b19

Please sign in to comment.