fetch

PHOTO EMBED

Fri Oct 06 2023 10:34:06 GMT+0000 (Coordinated Universal Time)

Saved by @Tphilus #htm

import useSWR, { mutate } from 'swr';

const handleUpdate = () => {
  // Perform a mutation and then update the cache
  mutate('/api/data', updatedData);
}
content_copyCOPY