Strngestrngeblogs.hashnode.dev·Dec 22, 2024Static 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
Dennis Muvaanextboilerplate.hashnode.dev·Dec 11, 2024Why Use Next.js for Modern Web DevelopmentNext.js has quickly become one of the most popular frameworks for React-based applications, and for good reason. In this blog post, we'll dive into the reasons why developers are flocking to Next.js and how it helps create faster, more scalable appli...Next.js
Hillary Nyakundinyakundi.hashnode.dev·Nov 26, 2024Rendering in Next.jsNext.js utilizes the hybrid approach of both server-side rendering and client-side rendering. In this blog, I deep dive into the ins and outs of component rendering ,ride with me. Unearthing SSR vs CSR A friend told me “That's the building block for ...Next.js
Hillary Nyakundinyakundi.hashnode.dev·Nov 26, 2024SSR VS CSR in Next.jsThis blog comes out as a result of a build error I experienced when server-side rendering was being done on my sign-up component, My component had a browser API (web storage API - Local storage) I got a build error because SSR cannot go through for c...1 like·27 readsNext.js
Okoye Ndidiamakaamikdigital.hashnode.dev·Nov 13, 2024Which Server-Side Rendering Framework to Choose: Next.js, Nuxt.js, or Sapper?Speed and SEO are crucial in today's digital space. For anyone looking to create dynamic, content-packed applications, SSR is one of the key ways to build high-performance and SEO-optimized web apps. But with the myriad SSR frameworks out there, whic...SSR
Nicolas Fränkelfrankel.hashnode.dev·Oct 17, 2024Vaadin, the battery-included server-side AJAX frameworkI've written a lot about Vaadin. I was so enthusiastic that I wrote the first book about it (besides the Book of Vaadin), its updated edition for Vaadin 7, and a companion website. Still, I'm amazed that so many people in the JVM world never heard of...SSR
Ebere Edehebereedeh.hashnode.dev·Oct 12, 2024Understanding SSR, CSR, and SSI: The Key Differences in Web Rendering and How They Impact PerformanceYou may ask, what is web rendering? Web rendering is simply moving stuffs from point A to B. Technically. It is a process that converts codes to a visually appealing and an interactive website. There are different approaches to web rendering, and the...csr and ssr
Rahul Jainblog.rahuljain.dev·Oct 6, 2024Server-Side Rendering (SSR) in React: A Comprehensive GuideReact.js, since its inception, has taken the front-end development world by storm due to its component-based architecture, virtual DOM, and efficient rendering techniques. React applications, by default, use a rendering strategy known as Client-Side ...38 readsSSR
Nicolas Fränkelfrankel.hashnode.dev·Oct 3, 2024Augmenting the client with Alpine.jsThis post is part of a series comparing different ways to implement asynchronous requests on the client, which is colloquially known as AJAX. I dedicated the previous post to Vue.js; I'll dedicate this one to Alpine.js - not to be confused with Alpin...alpinejs