T
TanStack2w ago
optimistic-gold

Getting a response from the Tanstack Start without a network request

Hello all, I am creating a server route that needs to fetch some of the webpages / assets Is there something I can read the reesponse generated from TanStack Start, without a network request? Something like,
const htmlResponse = await getTanstackStartResponse('/about.html')
const imageResponse = await getTanstackStartResponse('/image.png')
const htmlResponse = await getTanstackStartResponse('/about.html')
const imageResponse = await getTanstackStartResponse('/image.png')
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?