OKOGASAWARA KAKERUinkkr-netxjs-blog.hashnode.dev00Next.js ~cache~20h ago · 2 min read · The cache in Next.js is a system that improves the performance of rendering results and data requests. The latest versions of Next.js (Next.js 15, 16) have shifted from automatically caching everythinJoin discussion
OKOGASAWARA KAKERUinkkr-netxjs-blog.hashnode.dev00Next.js ~streaming~May 10 · 9 min read · Streaming is a data transfer technique that allows you to break down a route into smaller "chunks" and progressively stream them from t he server to the client as they become ready. By stream, you cJoin discussion
OKOGASAWARA KAKERUinkkr-netxjs-blog.hashnode.dev00Next.js ~Chache~Apr 29 · 2 min read · In Next.js, there are four layers of caching strategy for performance optimization or cutting costs. Cache Type Storage Location Stored Content Purpose Lifetime Request Memoization Server fetch Join discussion
OKOGASAWARA KAKERUinkkr-netxjs-blog.hashnode.dev00NextJS ~Authentication~Apr 29 · 1 min read · Auth.js is the open source library that add authentication feature such as login. **Main features are follows:** ・Many authentications: OAuth provider such as Google, Github, Twitter, also support mJoin discussion
OKOGASAWARA KAKERUinkkr-netxjs-blog.hashnode.dev00NextJS ~Edge Runtime~Apr 23 · 3 min read · Even though Next.js runs on Node.js, do you know that middleware runs on Edge Runtime? I introduce you follows:・ What is Edge Runtime?・ What is the difference for Node.js Runtime?・ Can you use Node.jsJoin discussion