@next-box/link-extra
v0.0.20
Published
A collection of link components for use primarily with Next.js.
Readme
@next-box/link-extra
A collection of link components for use primarily with Next.js.
The use of React server components has flipped the traditional UX pattern of navigating to a page and waiting for the content to load on its head. Now, the potential delay is prior to the redirection, while the server render is happening. This transition can sometimes be handled by the use of the loading.tsx file, but not always.
