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
Chatted with Ryan and we don't actually need/want this since you can't really mix/match these routes with vite file-based routes in any meaningful way.
We could patch them into an SSR app but you'd have 404/hydration errors for any client-side only routes
Then you also end up having to move entire route subtrees at once - and if you have a root layout route then you need to move everything all at once
We could restrict it to SPA apps but you still have to then move everything over before you can use SSR
This still has the move a whole subtree at once limitation
The RouterProviderroutes is essentially what routes.ts will be with lazy -> file so there's no real reason to introduce an intermediate step - we'll just have folks go right to routes.ts
They can just move everything to lazy in RouterPRovider
remix-run/remix#9062
This enables data routers to incrementally adopt route modules
The text was updated successfully, but these errors were encountered: