Skip to content

Commit

Permalink
Merge branch 'main' into release-next
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori committed Feb 21, 2024
2 parents e775fd0 + 91af129 commit 5b0c8ca
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 @@ -74,6 +74,7 @@
- bmac
- bmarvinb
- bmontalvo
- bobziroll
- bogas04
- BogdanDevBst
- bolchowka
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/client-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ These new exports are a bit of a sharp knife and are not recommended as your _pr
- **Client Cache:** Cache server loader data in the client and avoid some server calls
- **Migration:** Ease your migration from React Router -> Remix SPA -> Remix SSR (once Remix supports [SPA Mode][rfc-spa])

Please use these new exports with caution! If you're not careful - it's easy to get your UI out of sync. Remix out of the box tries _very_ hard to ensure that this doesn't happen - but once you take control over your own client-side cache, and potentially prevent Remix from performing it's normal server `fetch` calls - then Remix can no longer guarantee your UI remains in sync.
Please use these new exports with caution! If you're not careful - it's easy to get your UI out of sync. Remix out of the box tries _very_ hard to ensure that this doesn't happen - but once you take control over your own client-side cache, and potentially prevent Remix from performing its normal server `fetch` calls - then Remix can no longer guarantee your UI remains in sync.

## Skip the Hop

Expand Down

0 comments on commit 5b0c8ca

Please sign in to comment.