Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 363 Bytes

slow-flies-help.md

File metadata and controls

5 lines (4 loc) · 363 Bytes
@remix-run/router
minor
  • 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.