#server-side-rendering
Read more stories on Hashnode
Articles with this tag
Server-side rendering (SSR) has been around for a while, but it's worth exploring further. This technique can make your web apps faster and more...
The React Server Components architecture which categorizes components into Client and Server types, was integrated with Next.js's App Router. When...