SSR examples incomplete or not working
I'm trying the SSR examples:
https://github.com/TanStack/router/tree/main/examples/react/basic-ssr-file-based
Looks amazing, but the production mode is not complete:
https://github.com/TanStack/router/blob/main/examples/react/basic-ssr-file-based/package.json#L9
And the client is never loaded (since it does not really build).
The streaming example is broken even in dev mode:
https://github.com/TanStack/router/tree/main/examples/react/basic-ssr-streaming-file-based
@Tanner Linsley any background on this? Are they incomplete because of something? Can I jump and try to fix it? I'd need a bit of directions though. Thanks!
https://github.com/TanStack/router/tree/main/examples/react/basic-ssr-file-based
Looks amazing, but the production mode is not complete:
https://github.com/TanStack/router/blob/main/examples/react/basic-ssr-file-based/package.json#L9
exit 0 And the client is never loaded (since it does not really build).
The streaming example is broken even in dev mode:
https://github.com/TanStack/router/tree/main/examples/react/basic-ssr-streaming-file-based
@Tanner Linsley any background on this? Are they incomplete because of something? Can I jump and try to fix it? I'd need a bit of directions though. Thanks!
GitHub
Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering. - TanStack/router
GitHub
Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering. - TanStack/router
GitHub
Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering. - TanStack/router