State Management In Next.js — Smashing Magazine
Quick summary ↬ By combining some React APIs, we can accurately manage “simple” states. With Next.js though, we can quickly find situations where we need to accommodate many other requirements. Let’s have a look at some patterns to accomplish all that. This article is intended to be used as a primer for managing complex states in…
Details