Store and fetch common application data in Next.js
February 23, 2023 — While working on one of my applications called LinkSnatch, I needed to store some common application data in a central place so that I can access it from anywhere in the application and I don’t have to hardcode those details.