T
TanStackโ€ข2y ago
correct-apricot

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
router/examples/react/basic-ssr-file-based at main ยท TanStack/router
๐Ÿค– 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
router/examples/react/basic-ssr-streaming-file-based at main ยท TanS...
๐Ÿค– 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
router/examples/react/basic-ssr-file-based/package.json at main ยท T...
๐Ÿค– 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
4 Replies
harsh-harlequin
harsh-harlequinโ€ข2y ago
Iโ€™m currently in the middle of working through the full stack and server side story for the router. So a lot of these questions and patterns will be more polished when Iโ€™m done.
correct-apricot
correct-apricotOPโ€ข2y ago
Awesome news! I just made it work, kinda, using the context head, as it is hinted in the examples. Don't know if that is what you had in mind though. It's very rough... Thanks a lot for your awesome work. I am quite a fan of it. I am one of the leaders of the Plone CMS open source community (https://plone.org) . We need to run from Razzle soon, so we are in search of a modern stack to build upon our Frontend story. Next and Remix are fine, but as a complement.
Plone CMS: Open Source Content Management โ€” Plone: Enterprise Level...
Plone is an open-source content management system (CMS) with over 20 years of stability and security wrapped in a modern, powerful user-centric package with Plone 6.
correct-apricot
correct-apricotOPโ€ข2y ago
in case you are curious about it: https://github.com/plone/volto
GitHub
GitHub - plone/volto: React-based frontend for the Plone Content Ma...
React-based frontend for the Plone Content Management System - GitHub - plone/volto: React-based frontend for the Plone Content Management System
harsh-harlequin
harsh-harlequinโ€ข2y ago
Woah cool!!!

Did you find this page helpful?