
@Binkje4 @DavidKPiano A vanilla react way in newer react versions is to create a promise either in the server or in the client during render and use the use() hook + suspense. Or if you don’t like async react, resolve the promise in a server component or use tanstack query.
English















