hideSplashScreen method)? We are using Suspense to load data with Apollo Client and we have a pending spinner component configured for routes that is shown after the initial load on subsequent navigations. My goal is to avoid showing the spinner after the splash screen has been hidden, meaning that on the initial load I want to keep showing the splash screen as long as all the data has been fetched (it's all fetched at the loader level so there are no waterfalls). I used to have a hacky solution where I hid the splash screen in the global pending component's useEffect return callback but that doesn't seem to work with the latest router version (1.131.50) - I suspect that the pending component is never rendered anymore if the data loads quickly enough. Now I moved the hiding to the root route's onEnter handler but that doesn't seem to wait for the pending components to be hidden in case they are shown due to slow data fetching. So any ideas how to achieve this kind of splash screen behaviour? https://x.com/powersync_/status/2010721010006552775?s=20
dry-scarlet ยท 2mo ago
You can now submit your website/app/project to http://TanStack.com 's new showcase and have it seen by the TanStack community! - Global showcase browser - Per-library filters - Category filters Submit here: https://tanstack.com/showcase/submit View all here: https://tanstack.com/showcase
dry-scarlet ยท 3mo ago
TanStack AI Alpha 2 is here! ๐ผ๏ธ Image, video, audio, speech, transcription, structured output ๐ฆ Split adapters = smaller bundles, faster dev/contributions, easier ๐ Fully tree shakable adapters โจ Cleaner, flattened, fully type-safe APIs https://tanstack.com/blog/tanstack-ai-alpha-2
dry-scarlet ยท 3mo ago