
Caching in NextJS made simple
NextJS does some automatic caching for you; some of it is is opt-in and some opt-out. To understand it, you’d have to read the docs, but some of it is hard to grasp. Well, this article aims at simplifying some of that and breaking it down so it’s more easily understood.