[Start] Is there a way to access the window object during beforeLoad in Tanstack Start like you can in Tanstack Router? #3034
Unanswered
guilhermohounie
asked this question in
Q&A
Replies: 1 comment
-
no, I have never used pocketbase, it has a section about SSR though: https://www.npmjs.com/package/pocketbase#ssr-integration So if you can find a way to create an implementation for the server, you can create an isomorphic function via If you want to discuss details, head over to our discord https://tlinz.com/discord |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm migrating an app from tanstack router to start because I will need some server side functionalities, but what I was doing before is not working when migrating.
For example, when using tanstack router only:
However, trying to do the exact same with tanstack start results in an error
Can I tell tanstack start "hey, this has to be rendered completely at the client side, so the beforeLoad will have the window context in it" ?
Beta Was this translation helpful? Give feedback.
All reactions