-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
refactor(react-start): move start packages to react-start #3563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(react-start): move start packages to react-start #3563
Conversation
|
View your CI Pipeline Execution ↗ for commit ba5762f.
☁️ Nx Cloud last updated this comment at |
da866a5 to
559aa02
Compare
|
@schiller-manuel , would it technically be okay to only keep one |
|
This PR is ready now.
The e2e tests are updated to use the new |
|
I don't mind breaking the existing But I think you'd have to help @tannerlinsley in correctly having these changes pulled into and fixed up in the https://github.com/TanStack/router/tree/devinxi branch. |
|
@SeanCassiere , okay, I've removed the backwards compat package, so now this is a breaking PR, but the devinxi pr is too EDIT the |
d896875 to
a930231
Compare
This PR introduce support for Solid to be used with TanStack Start. There are several ongoing refactors that can influence the timing of when it's most feasible to merge this. ### Status (build and run e2e/solid-start/basic) - [X] SSR - [x] API Routes - [x] Server Functions - [x] HMR - [x] Streaming (/stream route) - [X] Timely hydration ### Ongoing refactors Refactor to make router packages (aka. client-only features) more agnostic: - #3552 - #3540 - #3538 - #3171 Refactor to make start packages (aka. server features) more agnostic: - #3546 - #3563 - #3565 ### Upstream changes to solid-router - #3592 - #3591 - #3589 - #3616 ### Passing E2E test suites - [x] basic - [x] website - [x] scroll-restoration - [x] server-functions --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Brenley Dueck <[email protected]> Co-authored-by: Iha Shin <[email protected]> Co-authored-by: Brenley Dueck <[email protected]>
This PR introduce support for Solid to be used with TanStack Start. There are several ongoing refactors that can influence the timing of when it's most feasible to merge this. ### Status (build and run e2e/solid-start/basic) - [X] SSR - [x] API Routes - [x] Server Functions - [x] HMR - [x] Streaming (/stream route) - [X] Timely hydration ### Ongoing refactors Refactor to make router packages (aka. client-only features) more agnostic: - TanStack#3552 - TanStack#3540 - TanStack#3538 - TanStack#3171 Refactor to make start packages (aka. server features) more agnostic: - TanStack#3546 - TanStack#3563 - TanStack#3565 ### Upstream changes to solid-router - TanStack#3592 - TanStack#3591 - TanStack#3589 - TanStack#3616 ### Passing E2E test suites - [x] basic - [x] website - [x] scroll-restoration - [x] server-functions --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Brenley Dueck <[email protected]> Co-authored-by: Iha Shin <[email protected]> Co-authored-by: Brenley Dueck <[email protected]>
move start -> react-start, and keep start as proxy packages for backwards compat.