-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The idea here was to reuse the experimental router within the actual router. This turns out to be a lot of work without any security of having something working and without breaking changes in the end. So I think it's better to keep two versions of the createRouter function with prefix `EXPERIMENTAL_`. In the end, one code base only uses one of the function so it's fine to keep the code duplicated until v5. This branch is here as a reminder of the failure.
- Loading branch information
Showing
3 changed files
with
266 additions
and
805 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
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.