Dennis Muvaanextboilerplate.hashnode.dev·11 hours agoWhy 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...DiscussNext.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 ...DiscussNext.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...Discuss·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...DiscussSSR
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...DiscussSSR
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...Discusscsr 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 ...DiscussSSR
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...Discussalpinejs
Yusuf Uysalyusufuysal.hashnode.dev·Sep 27, 2024Boosting React Performance: Why It Matters and How to Achieve ItOne key difference between a junior developer and a senior engineer is their focus on web application performance. While mastering tools and concepts is important, it's just the foundation. The next step is solving problems efficiently and creating o...DiscussReact Performance OptimizationsReact