React Mastersreactmasters.hashnode.dev·Sep 5, 2024Client Side rendering vs Server side rendering in ReactIn React applications, choosing the right rendering strategy can significantly impact your app's performance, SEO, and user experience. The two primary approaches are Client-Side Rendering (CSR) and Server-Side Rendering (SSR). This article explores ...React
Daniel Simonsonmariposablog.hashnode.dev·Aug 13, 2024The Problem Nextjs SolvesReact was great for making fast applications that allowed for interactivity. Static site generators like Gatsby, Jekyll etc. were good at making applications with quick load times and snappy SEO ratings. You could do one or the other but not both. Th...47 readsclient side actions
Darshana Mallicktechtalksonthego.hashnode.dev·Jul 26, 2023Next.js Hybrid Rendering Modes: Exploring the Balance Between Server Side Rendering (SSR) and Client Side Rendering (CSR)When building modern web applications, striking the right balance between Server Side Rendering (SSR) Vs Client Side Rendering (CSR) is crucial for delivering optimal user experiences. Next.js, a powerful React framework, provides developers with the...1 likenext js hybrid rendering