-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial work + test outline * wip: addRoute,updateRoute,deleteRoute * refactor(hmr): internal api for updating routes and revalidating * refactor: _internalSetRoutes * test: update method name after rename * revalidate in tests * chore: remove data for routes with no loader test: cover navigation interruption * add changeset * Add a couple more tests * Fix invalid useRouteLoaderData test * Handle HMR use cases for revalidating fetchers * Bump bundle --------- Co-authored-by: Pedro Cattori <[email protected]> Co-authored-by: Matt Brophy <[email protected]>
- Loading branch information
1 parent
bbe4ec5
commit 3eac3a6
Showing
6 changed files
with
561 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@remix-run/router": patch | ||
--- | ||
|
||
Add internal API for custom HMR implementations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.