Om Dahaleomdahale.hashnode.dev·Aug 8, 2024Next.js Server Components: Revolutionizing Performance and SEOIntroduction to Server Components and Their Importance Server components represent a significant evolution in web development, particularly for React-based frameworks like Next.js. They allow developers to execute components on the server side rather...Next.js
Hugo Ramon Pereirahramonp.hashnode.dev·Oct 19, 2023Server Components: React.js and Next.jsWhat are Server Components? RSC - React Server Components is an architecture model developed by the React team, this concept was introduced in December 2020 but this is nothing new, other programming languages like PHP, Python, Ruby and others alread...React
Adebisi Tobilobatobedated.hashnode.dev·Aug 2, 2023Exploring Next.js new App RouterThe App Router is a new router introduced in NextJs v13, the new recommended way of navigating through webpages in NextJs. It supports shared layouts, nested routing, loading states, error handling, and more. The App Router works in a new directory n...Next.js
Supriya Msupminn.hashnode.dev·Jul 29, 2023Introduction to React Server Components!For a React developer, there are various ways to decide how we want to render a component. We could use the default client-side rendering (CSR) or choose between static site generation (SSG) and server-side rendering (SSR) based on the app requiremen...30 likes·285 readsReact
Devrajsinh Jhaladevraj-jhala.hashnode.dev·Jul 1, 2023Next.js - Starting a new seriesHello everyone, welcome to the new series where we will be learning the ins and outs of Next.js 13 so that you can build apps that leverage some of the best concepts such as Server Side Rendering and can deliver web apps with better user experience. ...Dissecting the Next.js 13Next.js
Niaz Morshedniazmorshed.hashnode.dev·May 20, 2023Choosing Between Server and Client Components in Next.jsIn Next.js, deciding whether to use Server Components or Client Components can have a significant impact on your application's performance and functionality. In this blog post, we will explore the use cases for each component type and guide when to c...2 likes·103 readsNext.js
Hoh Shen Yienshenyien.hashnode.dev·May 13, 2023The Next.js 13 App Directory and Server Components: What You Need to KnowNext.js has announced a major update in version 13 with its App Directory Routing. While it has been beta for a while, it's now finally stable and recommended for new projects. The new app directory introduces new features like Route Group, a new la...31 likes·6.0K readsNext.js