博客 / 列表

Caleb Olojo - How To Protect Your API Key In Production With Next.js API Route

Front-end developers have to interact with private or public APIs whose method of authorization requires a secret key/API key that enables developers to use these APIs. The key(s) are important, hen

node.js , API , Tools , next.js

Caleb Olojo - Dynamic Data-Fetching In An Authenticated Next.js App

Next.js has five types of data-fetching patterns for determining how you want content to be seen in your application: static-site generation (SSG), server-side rendering (SSR), client-side rendering

Apps , next.js , Javascript

Caleb Olojo - Implementing A Reset Password Feature With Next.js Dynamic Routes

In a general sense, authentication poses itself as a roadblock to many people when they are trying to get started with a particular framework, and Next.js isn’t left behind. Although, there are lot

performance , Security , next.js , Javascript