You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
it will be great to have possibility to provide kinda "waiters" to ssr render functions, to allow render some lazy-loaded components or components with async data.
awaiters could be registered on the fly, during initial rendering
it will be great to have possibility to provide kinda "waiters" to ssr render functions, to allow render some lazy-loaded components or components with async data.
awaiters could be registered on the fly, during initial rendering
renderToString
function should wait for all awaiters to be resolved before returning output// awaiter may be an global hook, to simplify it's usage inside components
The text was updated successfully, but these errors were encountered: