TU-Wien-dataLAB / Grader-Labextension

BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

New caching solution #27

Closed meffmadd closed 3 weeks ago

meffmadd commented 6 months ago

Is your feature request related to a problem? Please describe. Our caching and data loading solution is very limited and correctly updating data is difficult (e.g. see #1).

Describe the solution you'd like Open for discussion... Possible solutions are SWR or Tanstack Query. The problem with these approaches is that they are integrated into React and e.g. the cache could not easily be invalidated in the service functions.