Strngestrngeblogs.hashnode.dev·6 hours agoStatic vs. Server-Side Rendering in Next.jsNext.js is a versatile framework that supports multiple rendering methods, including Static Site Generation (SSG) and Server-Side Rendering (SSR). Understanding the difference between these rendering methods is crucial for building efficient and scal...Next.js
Ben Abderrahmen Mohamed Aminem-amine-bar.hashnode.dev·Dec 8, 2024Exploring Next.js Server ActionsNext.js has always been a strong framework for building full-stack apps, and with the introduction of server actions in version 13.4, it has become even more powerful.So, what are server actions?Server actions are asynchronous functions executed on t...80 readsJavaScript
Yug Jadvanitheyugjadvani.hashnode.dev·Nov 8, 2024CSR vs SSR vs SSG vs ISR: A Deep Dive for Modern Web DevelopmentIn the vast landscape of web development, navigating the acronyms CSR, SSR, SSG, and ISR can feel like trying to read a secret code. Yet these techniques are foundational to modern web development, affecting everything from how fast a site loads to h...4 likesWeb Development
arnaud akotonoublog.femidev.com·Oct 14, 2024Comment gérer efficacement le contenu de votre site web avec NextJs et HygraphTout d’abord qu’est-ce que Hygraph ? Hygraph est un CMS "headless" (Content Management System), c’est-à-dire un gestionnaire de contenu dépourvu de toute partie liée au layout ou aux thèmes, contrairement à WordPress. Il n’est pas attaché à un framew...1 like·57 readsNext.js
Shubham Mehtashubham-mehta.hashnode.dev·Sep 23, 2024Client Side Rendering (CSR) vs Server Side Rendering (SSR)While developing a web application or website from scratch, a developer has to make many decisions that can significantly impact performance and user experience, especially how the content is rendered on the view. First, let's understand what renderi...1 like·366 readsClient-side rendering
SURVEERsurveer.hashnode.dev·Aug 13, 2024Master API Routes in Next.js with This Detailed GuideHi Guys! In this blog I want to share with you all about API's in Nextjs, how to build and manage them. Looking at it from a development side, it makes our work a whole lot easier for us to just write the frontend and backend in the same project and ...Next.js
Cindy Muthonidevmoran.hashnode.dev·Jul 4, 2024Understanding SSR and SSG🌟Web development has seen significant advancements in recent years, with technologies evolving to provide better performance, user experience, and developer efficiency. Two prominent methods of generating web pages are Server-Side Rendering (SSR) and ...10 likesSSR and SSG