Sync#3
Merged
xiaoyu2er merged 42 commits intoTanStack-dev:mainfrom May 6, 2025
Merged
Conversation
Co-authored-by: Sean Cassiere <33615041+SeanCassiere@users.noreply.github.com>
Co-authored-by: SeanCassiere <33615041+SeanCassiere@users.noreply.github.com>
Co-authored-by: SeanCassiere <33615041+SeanCassiere@users.noreply.github.com>
This change, makes it so that the `pendingComponent` is no longer code-split by default when using the `automaticCodeSplitting` feature. With this change, both the `loader` and `pendingComponent` will not be code-split by _default_.
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Add a button to navigate to a route from the `router-devtools`. Paths with dynamic path parameters will reuse the path parameters from the current route. Only paths, where the current path parameters are viable for a successful navigation will have this button appear. --- Co-authored-by: SeanCassiere <33615041+SeanCassiere@users.noreply.github.com>
This PR removes the warning to align the two devtools implementations.
#4074) Co-authored-by: Sean Cassiere <33615041+SeanCassiere@users.noreply.github.com>
…location in the routing-concepts guide (#4075) Co-authored-by: Sean Cassiere <33615041+SeanCassiere@users.noreply.github.com>
self explanatory
…outes-firebase` (#4079)
# Add DevJokes Tutorial: Reading and Writing Files <img width="1318" alt="image" src="https://github.com/user-attachments/assets/e6284dea-9596-42e5-b37a-c29ed56fa934" /> ## Description Adds a tutorial showing how to build a full-stack DevJokes app with TanStack Start. Users learn to create server functions for reading and writing to files, build React components, and implement data fetching with TanStack Router. ## Key Features - Server functions with `createServerFn` - File-based data storage with Node.js `fs` - Form handling and data validation - Data refreshing with `router.invalidate()` - Complete UI with Tailwind CSS ## Demo https://youtu.be/zd0rtKbtlgU ## Reference Complete code available at: https://github.com/shrutikapoor08/devjokes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This allows `Route.Link` and `routeApi.Link` bindings instead of manual `from`. We never used to be able to do this due to circular issues but it seems this is no longer an issue since all the changes to the types --------- Co-authored-by: TkDodo <office@dorfmeister.cc>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.