Skip to content

Commit 54da459

Browse files
committed
Add changeset
1 parent 2fd30b6 commit 54da459

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.changeset/slow-flies-help.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@remix-run/router": minor
3+
---
4+
5+
- Move `unstable_dataStrategy` from `createStaticHandler` to `staticHandler.query` so it can be request-specific for use with the `ResponseStub` approach in Remix. It's not really applicable to `queryRoute` for now since that's a singular handler call anyway so any pre-processing/post/processing could be done there manually.
6+
- Added a new `skipLoaders` flag to `staticHandler.query` for calling only the action in Remix Single Fetch

0 commit comments

Comments
 (0)