Start BETA - Tracking #2863
Replies: 5 comments
-
v1.83.0 - Changed export variable renamed from
|
Beta Was this translation helpful? Give feedback.
-
v1.105.0 -
|
Beta Was this translation helpful? Give feedback.
-
v1.111.10 - renamed package from
|
Beta Was this translation helpful? Give feedback.
-
⏱️ coming soon, moving from
|
Beta Was this translation helpful? Give feedback.
-
v1.121.0We merged "devinxi" alpha to main. please follow the steps below to upgrade. Move to the framework adapterAs mentioned earlier in this message, we're moving all released to framework-specific adapters. As such, we'll no longer be publishing/updating the npm uninstall @tanstack/start
npm install @tanstack/react-start Migration guideWe've made a few key breaking changes that you'll need to make when upgrading These changes have been broken down into the large sweeping changes, smaller changes, Important Before going through this guide, make sure that you've backed up your project and have it Core MigrationLet's go! 🚅 Swap to ViteYou'll need to remove the npm uninstall vinxi
npm install vite Update your packages (only for You'll need to update any of the TanStack Router or Start packages to the # This is not an exhaustive list of packages.
# Look at your `package.json` for the packages you'd need to upgrade.
npm install @tanstack/react-router@alpha @tanstack/react-router-devtools@alpha
npm install @tanstack/react-start@alpha If you are using SolidJS, swap out the Update your
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Tracking any important changes for TanStack Start during the BETA period.
If you are coming from the ALPHA of TanStack Start, you can see all the breaking changes that were made here - #2403
Beta Was this translation helpful? Give feedback.
All reactions