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
Our client-side state has gotten complex enough in relationship with the server state that it now makes sense to add a proper querying and caching library.
Note: the current implementation is fine for the v2 launch, this is just something that is becoming necessary as the app gets more complex, so it's better to do it sooner than later.
Requirements
Tests
Current client tests should pass.
Docs
Remove references to pinia.
Add links to Tanstack docs.
Open questions
Evaluate whether Tanstack queries can be used with router loaders, or if we need to change that strategy. In some sense, trying to use loaders has turned out to be more headache than it's worth in our application.
Decision: we're going to remove the route loaders and use the queries directly.
The text was updated successfully, but these errors were encountered:
Context
Our client-side state has gotten complex enough in relationship with the server state that it now makes sense to add a proper querying and caching library.
Note: the current implementation is fine for the
v2
launch, this is just something that is becoming necessary as the app gets more complex, so it's better to do it sooner than later.Requirements
Tests
Docs
Open questions
The text was updated successfully, but these errors were encountered: