msimou
msimou
hey.. Is there any update on that?
Any update on that?
I have built this [plugin](https://www.npmjs.com/package/serverless-offline-lambda-function-urls) as a termporal solution. It works okay for my case. I am running a secondary server that exposes the url functions as HTTP endpoints
I will do, most likely in a couple of weeks.
Thanks for the work @bentsku. I just tested the changes locally and work fine
Hey, Any update on that?
Any update on this?
Here are some of my thoughts: - I agree. Adopting naming conventions similar to those used in `@tanstack/query` is a logical approach. - Yes, ideally we don't want to pass...
> Sure yeah this could happen. Generally though I assume they'll preload in the server component and then the client component will have a useShape and grab the data during...
I updated the code which looks like that now: - Pages Router ```tsx // @/pages/_app.tsx export default function App({ Component, pageProps }: AppProps) { return ( ) } // @/pages/ssr/index.tsx...