JJ
Explore posts from serversIs there an equivalent to unstable_after() in h3?
https://github.com/unjs/nitro/issues/1705#issuecomment-1711497734
Maybe this is actually the best?
8 replies
Is there an equivalent to unstable_after() in h3?
Possibly could use this?
https://nitro.unjs.io/guide/tasks#scheduled-tasks
8 replies
CCConvex Community
•Created by JJ on 2/18/2024 in #support-community
Using usePreloadedQuery with nextjs 14 searchParams
edit:
Putting in a layout doesn't work as it breaks the reactivity to the searchparams, I guess i would want to pass these params down to the usePreloadedQuery(preloadedData,{}) as args?
I guess I should go into more detail on my ideal usecase:
page loads with streamed in data taken from the url params, highly performant! Page is then fully reactive and also supports filtering, sorting, etc which all will need to requery the data
2 replies
CCConvex Community
•Created by JJ on 2/16/2024 in #support-community
Migration from postgres
Hey @Michal Srb !
Yes currently running production auth, storage, and data with supabase! I found some docs on the supabase side about the airbyte extenstion and got some dev data moving into convex! The only thing i dont quite understand is that the docs recommend keeping this data Readonly which would be problematic if i do a roll out or slower migration, any ideas here?
4 replies