Dharmen Shahblog.shhdharmen.me·Nov 25, 2023How to handle browser storage in Angular SSR?Server-side applications may not have access to certain browser APIs and features. They are unable to utilize browser-specific global objects such as window, document, navigator, or location, and certain HTMLElement properties. Typically, code that d...Discuss·11 likes·195 readsangular-ssr
Zahid Rahmanprogrammer47.hashnode.dev·Nov 21, 2023Next.js vs. React.js: Why Next.js Might Be Your Next Best ChoiceHey there, fellow developers! In the fast-paced world of web development, choosing the right tools can be a game-changer. We all know and love React.js, but have you met its cool cousin, Next.js? In this blog post, we're diving into why Next.js might...Discuss·34 readspowerofnextjs
Kavya SforCoffeedcoffeed.hashnode.dev·Nov 16, 2023How to setup Page Loading during page change in Next.js?Next.js works with server side rendering to generate an optimized version of the page. While this method is great for SEO as the page comes pre-rendered, you may have noticed that the UI doesn't get updated instantly when user navigates to another pa...DiscussReact
Afan Khanwhyafan.hashnode.dev·Nov 8, 2023What are Hydration, CSR, and SSR in ReactJS?Most developers, including myself, were confused about the difference between CSR and SSR. We couldn’t understand Hydration and its basic principles. However, let me fix all that for you. And trust me, it is easy to understand. But there’s a requirem...DiscussJavaScript
VIVEK UPADHYAYcreator79.hashnode.dev·Oct 27, 2023Detailed Difference Between CSR, SSR, and ISG with ExamplesUnderstanding SSR, ISR, CSR, and SSG: A Guide for Software Developers Are you a software developer looking to delve into the world of client-side frameworks? If so, you've probably encountered terms like SSR, ISR, CSR, and SSG. But what do these acro...Discuss·3 likesFrontend Development
Aresfibbonachos.hashnode.dev·Oct 13, 2023Next.js SSR: How It WorksNext.js is a powerful React framework that provides several features to enhance your web development experience. One of these features is Server Side Rendering (SSR), which can significantly improve the performance of your web applications and provid...Vineet Bhasin and 2 others are discussing this3 people are discussing thisDiscuss·41 likes·136 readsNext.jsnoice 10
Sunny Kumarsunnykumar.dev·Sep 28, 2023Server-Side Rendering vs. Client-Side Rendering: Unraveling the DifferencesIntroduction In the world of web development, rendering plays a pivotal role in how a web application or website appears and performs to users. Two prominent rendering approaches, Server-Side Rendering (SSR) and Client-Side Rendering (CSR), have emer...Discusscsr
zhioua mohamedmohamedzhioua.hashnode.dev·Sep 19, 2023What is Streaming in React and Next Js? SSR, Performance, Hydration, Suspense | In-Depth AnalysisWhat is Server-Side Rendering? Server-Side Rendering (SSR) is a crucial technique in web development that enhances user experiences by optimizing how web pages are loaded and displayed. At its core, SSR ensures that web pages are efficiently rendered...Discuss·70 readsNextJSNext.js
zhioua mohamedmohamedzhioua.hashnode.dev·Sep 16, 2023Exploring the Power of Next.js: Why It's Winning Hearts in the React EcosystemIf 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 passing trеnd or if thеrе's a good rеason pеoplе arе talking about it. Community interest : Analyzing thе...Discuss·46 readsNextJSNext.js
Bhavesh Yadavcodezera.hashnode.dev·Sep 12, 2023Exploring Next.js Server Actions: Simplifying Server-Side OperationsUnlock the full potential of server-side rendering with Next.js Server Actions - Simplifying server-side operations for seamless data fetching and server-side computations. 🔧 Overview In this blog, we will dive into the world of Next.js Server Actio...DiscussNext.js