Skip to content

Sync#2

Merged
xiaoyu2er merged 42 commits intoTanStack-dev:mainfrom
TanStack:main
May 6, 2025
Merged

Sync#2
xiaoyu2er merged 42 commits intoTanStack-dev:mainfrom
TanStack:main

Conversation

@xiaoyu2er
Copy link
Copy Markdown

No description provided.

dccarmo and others added 30 commits April 20, 2025 10:27
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>
SeanCassiere and others added 12 commits May 4, 2025 13:45
# 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>
@xiaoyu2er xiaoyu2er merged commit 3812c88 into TanStack-dev:main May 6, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.