open-source-uc / asistencia

Home Page:https://asistencia.osuc.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should use optimistic updates for tanstack query related hooks

AlfreMK opened this issue · comments

After implementing tanstack query in the majority of hooks we could improve the time that the state updates and avoid unnecessary refetching (cacheModifiers also would work tbh).

We could follow the docs to do it.