feat(router-devtools-core): add navigation link to route#4048
feat(router-devtools-core): add navigation link to route#4048SeanCassiere merged 6 commits intoTanStack:mainfrom
Conversation
|
View your CI Pipeline Execution ↗ for commit b84ad17.
☁️ Nx Cloud last updated this comment at |
9e9fffd to
08443ae
Compare
More templates
@tanstack/arktype-adapter
@tanstack/directive-functions-plugin
@tanstack/eslint-plugin-router
@tanstack/history
@tanstack/react-router
@tanstack/react-router-devtools
@tanstack/react-router-with-query
@tanstack/react-start
@tanstack/react-start-client
@tanstack/react-start-config
@tanstack/react-start-plugin
@tanstack/react-start-router-manifest
@tanstack/react-start-server
@tanstack/router-cli
@tanstack/router-core
@tanstack/router-devtools
@tanstack/router-devtools-core
@tanstack/router-generator
@tanstack/router-plugin
@tanstack/router-utils
@tanstack/router-vite-plugin
@tanstack/server-functions-plugin
@tanstack/solid-router
@tanstack/solid-router-devtools
@tanstack/solid-start
@tanstack/solid-start-client
@tanstack/solid-start-config
@tanstack/solid-start-plugin
@tanstack/solid-start-router-manifest
@tanstack/solid-start-server
@tanstack/start
@tanstack/start-api-routes
@tanstack/start-client-core
@tanstack/start-config
@tanstack/start-server-core
@tanstack/start-server-functions-client
@tanstack/start-server-functions-fetcher
@tanstack/start-server-functions-handler
@tanstack/start-server-functions-server
@tanstack/start-server-functions-ssr
@tanstack/valibot-adapter
@tanstack/virtual-file-routes
@tanstack/zod-adapter
commit: |
826a26e to
33889cd
Compare
88cfde9 to
517bd38
Compare
There was a problem hiding this comment.
I'd like to have some code comments added in for these functions/variables:
routeKind- Just comment in what each of the "kinds" mean.hasValidParamValueInMatch- Purpose of the function and comments at each exit statements and what that means.navigateToPath- Explain why there are different conditions for thestringbeing returned.
Overall, I like this PR and want to get this landed in.
|
I'm trying to figure out why CI is failing, but I do not have a lot of time to look into it at the moment. @scarf005 please request a re-review from me once you've added in the changes I asked for. I'll run the tests locally and see if there's actually an "issue" with these changes that are somehow invisible at first-glance, or if its just the CI pipeline being difficult. |
517bd38 to
5eb570d
Compare
|
@SeanCassiere hi, i refactored the code again and was able to simplify most of the logic. now |
…ilding logic reuse the `interpolatePath` function from router-core instead of manually trying to insert params into `route.fullPath`
|
@scarf005 thank you for picking this up and contributing! |
2025-04-25_15-48-40.mp4