You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/blog/tanstack-start-solid-v2.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
---
2
-
title: 'Solid 2.0 Beta Support in TanStack Router, Start, and Query'
2
+
title: 'Solid 2.0 Beta Lands in TanStack Router, Start, and Query'
3
3
published: 2026-04-10
4
-
excerpt: TanStack Router, Start, and Query now support the Solid 2.0 beta, so you can try Solid's next major release in real applications today.
4
+
excerpt: Solid 2.0 beta support has landed in TanStack Router, Start, and Query, so you can start building and experimenting with Solid's next major release today.
5
5
authors:
6
6
- Brenley Dueck
7
7
- Birk Skyum
8
8
---
9
9
10
-

10
+

11
11
12
-
TanStack Router, Start, and Query now support the Solid 2.0 beta.
12
+
Solid 2.0 beta support has landed in TanStack Router, Start, and Query.
13
13
14
-
Solid 2.0 introduces meaningful changes to how async rendering, derived state, and SSR work. We wanted to make sure you could try those changes in real applications, not just isolated demos. If you're evaluating Solid 2.0 and need routing, server rendering, and data fetching to come with it, you can start today.
14
+
Solid 2.0 introduces major changes to async rendering, derived state, and SSR, and we wanted to make sure you could try those changes in real applications right away, not just isolated demos. If you're evaluating Solid 2.0 and want routing, server rendering, and data fetching ready to go, you can start today.
15
15
16
16
## Get Started Today
17
17
@@ -46,9 +46,9 @@ The TanStack APIs are mostly unchanged. The main breaking changes come from Soli
46
46
47
47
## Why This Matters
48
48
49
-
Solid 2.0 is more than a version bump. It unlocks patterns that were awkward or impossible to express cleanly before, especially around async behavior, derived state, and SSR.
49
+
Solid 2.0 is more than a version bump. It opens up patterns that were awkward or impossible to express cleanly before, especially around async behavior, derived state, and SSR.
50
50
51
-
That matters most in larger applications, where routing, loading states, and server rendering carry real weight. TanStack Router and TanStack Start are a natural fit there, and we wanted Solid users to be able to explore the new release without waiting for app-level tooling to catch up.
51
+
That matters most in larger applications, where routing, loading states, and server rendering carry real weight. TanStack Router and TanStack Start are a natural fit there, and we wanted Solid users to be able to explore the new release now instead of waiting for app-level tooling to catch up.
52
52
53
53
Some of the highlights in Solid 2.0 include:
54
54
@@ -60,10 +60,10 @@ Some of the highlights in Solid 2.0 include:
60
60
61
61
If you want to dig deeper into the release itself, check out the [Solid 2.0 beta discussion](https://github.com/solidjs/solid/discussions/2596) and the [Road to 2.0 discussion](https://github.com/solidjs/solid/discussions/2425).
62
62
63
-
## Still Early — Tell Us What Breaks
63
+
## Still Early — We Want Your Feedback
64
64
65
-
This support is intentionally early. We'd rather get Solid 2.0 support into your hands while the beta is still evolving than wait until every edge case is polished.
65
+
This support is intentionally early. We'd rather put Solid 2.0 support in your hands while the beta is still evolving than wait until every edge case is polished.
66
66
67
-
If you try TanStack Router, Start, or Query with Solid 2.0 beta, tell us what works, what feels rough, and where the integration breaks down.
67
+
If you try TanStack Router, Start, or Query with Solid 2.0 beta, tell us what works, what feels rough, and where the integration breaks down. Early feedback here is what helps us make the release solid quickly.
68
68
69
69
[Join the Discord](https://tlinz.com/discord) and tell us what worked, what felt rough, and what you'd like to see next.
0 commit comments