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 an effort to improve the scalability of the Forum we introduced a useQuery hook which can be used to query large sets of states for a given key and scope.
This allows us to pass client side paging props directly to the database and will allow the Forum to host millions of posts.
This is an important step for react-server as it greatly improves the use of relational features of connected database.