Scalable file/folder structure and tooling for a Next.JS project — Part 3
Let’s take a closer look at how we perform write operations, which live in the mutations folder.
Since we are using SWR — we need to first mutate the SWR cache, the following is…