data wont update because of chache
Answered
Magyar agár posted this in #help-forum
Magyar agárOP
when i pres ctrl+f5 it updates , why? what can i do?
Answered by Ray
fetching data with fetch is cached by default.
you can disable it like this
you can disable it like this
fetch("", { cache: "no-store" })