Skip to content

Commit

Permalink
Update docs/guides/single-fetch.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand committed Jun 3, 2024
1 parent bf520b0 commit adb2cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/single-fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Single fetch is a new data data loading strategy and streaming format. When you

Remix introduced support for "Single Fetch" ([RFC][rfc]) behind the [`future.unstable_singleFetch`][future-flags] flag in [`v2.9.0`][2.9.0] which allows you to opt-into this behavior. Single Fetch will be the default in [React Router v7][merging-remix-and-rr].

Enabling Single Fetch is incredibly simple. Start by applying the minimal required changes to [enable Single Fetch][start], then use the [migration guide][migration-guide] to start making incremental changes in your application to ensure a smooth, non-breaking upgrade to [React Router v7][merging-remix-and-rr].
Enabling Single Fetch is incredibly simple. Start by applying the minimal required changes to [enable Single Fetch][start], then use the [migration guide][migration-guide] to make incremental changes in your application to ensure a smooth, non-breaking upgrade to [React Router v7][merging-remix-and-rr].

Please also read through [Breaking Changes][breaking-changes] to be aware of some of the underlying behavior changes - specifically around serialization and status/header behavior before starting.

Expand Down

0 comments on commit adb2cca

Please sign in to comment.