diff --git a/packages/docs/src/pages/LearnLoadersPage.tsx b/packages/docs/src/pages/LearnLoadersPage.tsx index 83a4a1b..bcf4bf3 100644 --- a/packages/docs/src/pages/LearnLoadersPage.tsx +++ b/packages/docs/src/pages/LearnLoadersPage.tsx @@ -74,8 +74,9 @@ function UserDetail({ data }: { data: Promise }) {

Caching by Navigation Entry

Loader results are cached using the navigation entry ID from the - Navigation API. Each time you navigate to a new URL, the browser creates a new navigation - entry with a unique ID. The Router uses this ID as the cache key, so: + Navigation API, combined with the identity of the loader function and the + matched params. Each time you navigate to a new URL, the browser creates + a new navigation entry with a unique ID, so: