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
In order to use this library with server-side rendering techniques other than Nextjs, it needs a way to expose all the promises registered via useQuery so the server-side can await all those promises to resolve before re-rendering the application.
The text was updated successfully, but these errors were encountered:
Not using one currently, I wanted to use react-fetching-library library and add SSR support built into it. The approach would be similar to this library. https://github.com/simoneb/axios-hooks where it exposes all the promises registered that can be awaited upon.
In order to use this library with server-side rendering techniques other than Nextjs, it needs a way to expose all the promises registered via
useQuery
so the server-side can await all those promises to resolve before re-rendering the application.The text was updated successfully, but these errors were encountered: