Mastering Next.js Prefetching: Enhance Navigation with the SuperLink Component
Build a custom component that does link prefetch on hover
May 26, 20246 min read4.9K

Search for a command to run...
Articles tagged with #nextjs
Build a custom component that does link prefetch on hover

But it's not what you think.

In this article, I'll guide you through the concept of optimistic updates in Next.js using React 18. We will build an interactive tweet-like component and enhance the user experience with the help of the useOptimistic hook. Let's get started! What ar...

Response "to Why I won’t use Next.js" by Kent C. Dodds
