Yogeshwaran RameshforGeekyAnts Tech Bloghysterical-ambition-request-53.hashnode.net·Sep 15, 2022FeaturedRemix Vs Next.jsSelecting between Remix or Next.js is an endless debate among developers. Before diving into the comparison, let’s take a quick look at the below topics: What is SSR? Why SSR? Next.js Remix 1. What is SSR? SSR (Server-side rendering) means usin...Andrew James Okpainmo and 3 others are discussing this4 people are discussing thisDiscuss·70 likes·10.5K readsReactGreat article, but I'll say you were biased for Remix against Next. . The Biase just seem too obvious for me. 3
Prasanna Kumarprasanna-rkumar.hashnode.net·Feb 7, 2021Anonion - Get unbiased opinions from your circle anonymouslyAnonion is an anonymous opinion sharing platform that lets you ask anything to your friends, families, colleagues, etc, and receive responses from them anonymously. People often feel hesitant to say something. We are insecure to share our deep secre...Rutik Wankhade and 3 others are discussing this4 people are discussing thisDiscuss·43 likes·945 readsNext.js
Iva Kopwhereisthemouse.hashnode.net·Jan 17, 2021Choosing between client-side rendering, server-side rendering and static site generation for React appsIn the beginning of every new React project, one question inevitably floats to the surface - should we use client-side rendering (CSR), server-side rendering (SSR) or generate a static site (SSG). It is a strategic decision which depends on several k...Bhargav Ponnapalli and 2 others are discussing this3 people are discussing thisDiscuss·35 likes·765 readsReact
Devlin Bentleymeanderingthoughts.hashnode.net·Apr 25, 2023Server Side Rendering Is Stupid And You (Probably) Shouldn't be Using ItDisclaimer: This post is explicitly talking about running JavaScript UI frameworks such as React and Vue server side to generate single page applications. It is not about traditional MPAs, or using Go/Python/Ruby/etc. This post is specifically in res...Discuss·707 readsSSR
Carlos Molerocarlosmta.hashnode.net·Apr 16, 2023Deploy An Angular Universal App To VercelAngular is a framework for creating Single Page Applications (SPA). An application developed with this technology renders dynamic content using JavaScript to simulate navigation from one page to another. This method is called Client Side Generation (...Discuss·36 readsJavaScript
Jim Haastrupjimhaastrup.hashnode.net·Apr 7, 2023Server-Side Rendering With Next.JSFrom faster initial load times to improved SEO and better user experience, Server side rendering (or SSR) has become one of the most favoured features of modern websites as you will soon see. But what is server-side rendering, and why is it so import...Discuss·27 readsJavaScript
KENNETH devkenny.hashnode.net·Mar 21, 2023React Server Components vs Client Components in Next.js: Building High-Performance Web ApplicationsNext.js has become very popular among developers because it helps them make modern, high-performance web apps. In fact, the official documentation for React suggests using Next Js, which is a full-stack React framework that can be used to make simple...Discuss·34 readsNext.js
Tony Tangtonytangdev.hashnode.net·Mar 19, 2023From Cafe to Website: Exploring SSR and SSG through MetaphorsAs a developer, you may have heard the terms "SSR" and "SSG" thrown around, but what do they actually mean? In this article, we'll provide a high-level overview of both concepts using metaphors that are easy for beginners to understand. SSR: The Cust...DiscussSSR
Yazdunyazdun.hashnode.net·Mar 19, 2023Exploring the Power of Next.js Render Methods: SSR, SSG, and ISR for Faster, More Efficient Web DevelopmentIn the world of web development, performance and user experience are crucial factors that determine the success of a website or application. With the rise of modern JavaScript frameworks and libraries, developers have been given powerful tools to bui...Discuss·1 like·40 readsNext.js
bashorun dolapocodedbydolapo.hashnode.net·Mar 10, 2023Server-side rendering and static site generation with Next.jsServer-side rendering (SSR) and static site generation (SSG) are two techniques used to improve the performance and user experience of web applications. In this article, we'll explore the benefits and drawbacks of SSR and SSG in Next.js applications ...DiscussNext.js
Bukoye Olaniyiradiantcodes.hashnode.net·Feb 10, 2023Optimizing Performance with Server Side Rendering in Vue.jsDefinition of Server-side Rendering (SSR) Server-side rendering (SSR) is a technique for rendering a client-side JavaScript application on the server and then sending the fully rendered page to the client. This approach can provide many benefits, inc...Discuss·15 likes·239 readsSSR
Daniel Bemsenhecodes.hashnode.net·Feb 8, 2023Understanding and Implementing NoSSR in Next.js: A Comprehensive GuideNext.js is a popular JavaScript framework for building fast, scalable, and dynamic web applications. One of its key features is Server-Side Rendering (SSR), which allows for faster load times and improved search engine optimization. However, in some ...DiscussNext.js
Osama Bin Junaidibnjunaid.hashnode.net·Dec 22, 2022⚡Architect no-cost serverless application with next.js, Vercel, and google sheetsPhoto by Cookie the Pom on Unsplash Serverless applications are a popular choice for developers because they allow you to build and deploy your applications without the need to manage infrastructure. In this article, we will discuss how to design ser...Discuss·32 readsserverless