fetch-router@0.17.0
📦 remixView on GitHub →
✨ 2 features🔧 2 symbols
Summary
This release exposes the owning Router on the request context and introduces a new decoupled export for route creation utilities in the fetch router package.
✨ New Features
- Exposed `context.router` on request context, assigning the owning `Router` to it when `fetch()` is called.
- Added a new `@remix-run/fetch-router/routes` export containing route creation utilities, decoupled from main exports.