Skip to content

Commit c4c97eb

Browse files
committed
lands
1 parent e360bd9 commit c4c97eb

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/blog/tanstack-start-solid-v2.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
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'
33
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.
55
authors:
66
- Brenley Dueck
77
- Birk Skyum
88
---
99

10-
![Solid 2.0 Beta Support in TanStack Router, Start and Query](/blog-assets/tanstack-start-solid-v2/header.png)
10+
![Solid 2.0 Beta Lands in TanStack Router, Start, and Query](/blog-assets/tanstack-start-solid-v2/header.png)
1111

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.
1313

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.
1515

1616
## Get Started Today
1717

@@ -46,9 +46,9 @@ The TanStack APIs are mostly unchanged. The main breaking changes come from Soli
4646

4747
## Why This Matters
4848

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.
5050

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.
5252

5353
Some of the highlights in Solid 2.0 include:
5454

@@ -60,10 +60,10 @@ Some of the highlights in Solid 2.0 include:
6060

6161
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).
6262

63-
## Still Early — Tell Us What Breaks
63+
## Still Early — We Want Your Feedback
6464

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.
6666

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.
6868

6969
[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

Comments
 (0)