Shubham Mehtashubham-mehta.hashnode.dev·Sep 23, 2024Client Side Rendering (CSR) vs Server Side Rendering (SSR)While developing a web application or website from scratch, a developer has to make many decisions that can significantly impact performance and user experience, especially how the content is rendered on the view. First, let's understand what renderi...1 like·366 readsClient-side rendering
Animesh Kumaranimeshk.hashnode.dev·Jul 8, 2024Next.js: Why It’s the Future of Web Development and Its Top AlternativesWhy Next.js? Next.js is a powerful React framework that allows developers to build fast and user-friendly web applications. Here are some reasons why you should consider using Next.js: 1. Performance Next.js optimizes performance out of the box. It p...11 likesNext.js
Sheraz Manzoorsherazmanzoor.hashnode.dev·Jun 28, 2024Key Differences Between Server-Side Rendering (SSR) and Static Site Generation (SSG)In the modern web development world, performance and user experience are everything. While developers pursue optimization of the apps, it is very important to know about variety in rendering techniques In this post, we are going to discuss the Next.j...async function
Abeer Abdul Ahadabeer.hashnode.dev·Jun 19, 2024CSR, SSR, SSG and ISR in Next.js explained with examples (App Router and Pages Router)My Thought Well, I believe having a clear understanding of how CSR, SSR, SSG and ISR work in Next.js is the most of your Next.js knowledge. I asked ChatGPT and read some other write ups where developers are saying that they choose NextJS because of i...6 likes·56 readsNext.jsrendering process
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Jun 12, 2024Advanced Data Fetching Techniques in Next.jsNext.js provides powerful features for fetching data in your applications, including server-side rendering (SSR), static site generation (SSG), and client-side data fetching. By leveraging these techniques, you can build performant and scalable appli...82 likes·69 readsWeb Development
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Jun 3, 2024Static Site Generation (SSG) with Next.js: Boosting Performance and SEOStatic Site Generation (SSG) is a powerful feature of Next.js that allows you to pre-render pages at build time. This results in fast, SEO-friendly, and highly performant web applications. In this blog, we’ll delve into the concept of SSG, its benefi...104 likes·114 readsNext.js
Debajit Mallickdebajit13.hashnode.dev·May 27, 2024Exploring Web Rendering Strategies: A Deep Dive into CSR, SSR, SSG and ISGIntroduction Every day we interact with a lot of web applications. They all seem the same web applications to us but the way they are rendered on the screen is pretty different. It can be SSR or maybe CSR or SSG or ISG anything. In this blog, I will ...React
Dharmen Shahblog.shhdharmen.me·Apr 29, 2024Exploring Angular SSR: Development, API, Prefetching and DeploymentBy end of this article, you will have idea about following: Creating REST APIs in Angular SSR using Express Running the Angular SSR app locally with server Fetching data from APIs Prefetching Creating production build (with sitemap) How to run ...16 likes·1.7K readsAngular SSRAngular
Maciek Palmowskipalmiak.hashnode.dev·Apr 10, 2024How to easily start blogging as a developerSo, here you are - you have a great idea for an article or even just wrote it, but you must publish it somewhere. Here are some tips about starting your developer blog. SaaS Let's start with services that will do the most work for you. You only have...writting
Harshal RanjhaniforCodeParrot 10x Dev10xdev.codeparrot.ai·Apr 9, 2024Static site generation using AstroAstro is a modern front-end framework for building fast, optimized websites and applications. One of its key features is the ability to generate static sites. What is a Static Site? 💭 Imagine a restaurant where the chef prepares all the meals in adv...15 likes·144 readsAstro