| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
size-limit report 📦
|
Sorry, something went wrong.
The Data Router exposes matches only through router state, and the package has no runtime dependency on `react-router` to call `matchRoutes` with, so the provider answers from routes already resolved rather than by matching. Splits `getMatchedRoute` out of `getParameterizedRoute` so the provider can tell a matched route from the raw-pathname fallback, and records from both the hydrated router subscription and the instrumentation API, since each resolves routes the other never sees.
| Back | FazBrowse Home | New Git URL |
Registers a route provider for React Router framework mode.
The Data Router exposes its matches only through router state, and the package has no runtime dependency on react-router to call matchRoutes with, so the provider answers from routes already resolved rather than by matching.
Splits getMatchedRoute out of getParameterizedRoute so the provider can tell a matched route from the raw-pathname fallback, and records from both the hydrated router subscription and the instrumentation API, since each resolves routes the other never sees.
Part of #23556