Skip to content

Commit

Permalink
docs(discussion/introduction): small update (#10270)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Brophy <[email protected]>
  • Loading branch information
outofgamut and brophdawg11 authored Jan 16, 2025
1 parent 542310d commit c2a2c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@
- oott123
- orballo
- oscarnewman
- outofgamut
- ovi-ispas
- pacexy
- pandaiolo
Expand Down
2 changes: 1 addition & 1 deletion docs/discussion/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Once Remix has served the document to the browser, it "hydrates" the page with t

When the user clicks a link, instead of making a round trip to the server for the entire document and all the assets, Remix simply fetches the data for the next page and updates the UI.

Additionally, when users submit a `<Form>` to update data, instead of doing a normal HTML document request, the browser runtime will make a fetch to the server instead and automatically revalidate all data on the page and updating it with React.
Additionally, when users submit a `<Form>` to update data, instead of doing a normal HTML document request, the browser runtime will make a fetch to the server instead and automatically revalidate all data on the page and update it with React.

This has many performance benefits over making a full-document request:

Expand Down

0 comments on commit c2a2c34

Please sign in to comment.