Sindre
Sindre
TtRPC
Created by Sindre on 9/4/2024 in #❓-help
Good patterns for large list querys? Invalidation & refetching gets slow after a mutation
and for the specific place where you can match items in the two lists, we made a third list for the "matches" which is mostly contained in one db table and is superfast
5 replies
TtRPC
Created by Sindre on 9/4/2024 in #❓-help
Good patterns for large list querys? Invalidation & refetching gets slow after a mutation
We ended up optimizing the backend more first which helped a ton
5 replies
TtRPC
Created by Sindre on 9/4/2024 in #❓-help
Good patterns for large list querys? Invalidation & refetching gets slow after a mutation
After searching for more discussion in the react-query discord, it seems that setting the data is the only option. Other than really improving the fetch times: https://discord.com/channels/719702312431386674/1176452917855780894/1176452917855780894
5 replies