Skip to content

Replace react-suspense-fetch with SWR

Axel Bocciarelli requested to merge remove-rsf into main

We were still using react-suspense-fetch when fetching images and their metadata. We now use SWR only.

Merge request reports