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
To improve the performance of suspense queries from the widgets it would be nice to prefetch the queries on the server. Then the calls would not need to go through the network.
To improve the performance of suspense queries from the widgets it would be nice to prefetch the queries on the server. Then the calls would not need to go through the network.
https://tanstack.com/query/latest/docs/framework/react/reference/hydration#hydrationboundary
https://www.answeroverflow.com/m/1169761966248693810
In the
_creator.tsx
just iterate through all widgets and call a method of them (probably new file prefetch.ts in widgets or similar)The text was updated successfully, but these errors were encountered: