#nextjs
Read more stories on Hashnode
Articles with this tag
When building React applications, you will need to consider what parts of your application should be rendered on the server or the client. When to use...
Client components are rendered on the server too! When you use the “use client” directive to make a client component, it doesn’t mean that this...
What is Server-Side Rendering? Server-Side Rendering (SSR) is a crucial technique in web development that enhances user experiences by optimizing how...
If you'rе into frontеnd work or curious about it, you'vе probably hеard about Nеxt.js vs. Rеact rеcеntly. You might bе wondеring if it's just a...