TanStackT
TanStackโ€ข2y agoโ€ข
4 replies
endless-jade

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

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
router/examples/react/basic-ssr-file-based at main ยท 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
router/examples/react/basic-ssr-streaming-file-based at main ยท TanS...
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
router/examples/react/basic-ssr-file-based/package.json at main ยท T...
Was this page helpful?