Articles by Tag #ssr

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Dark side of Next.js - App Router

Today, I want to share the disappointing issue with Next.js - App router. About SSR I...

Learn More 68 26Nov 6 '24

Web Components and SSR - 2024 Edition

Web components work in SSR, depending on which SSR you're talking about.

Learn More 41 4Nov 19 '24

Exploring an experimental Micro-Frontend Architecture with Server-Side Rendering using React Server Components

Table of Contents Introduction What are Micro-Frontends? Introduction to React Server...

Learn More 33 5Aug 25 '24

Basic Differences Between SSR and SSG

In the modern web development world, performance and user experience are everything. While developers...

Learn More 24 7Jun 29 '24

Server-Side Rendering (SSR): Uma Solução para SEO e Performance em Aplicações React

Server-Side Rendering (SSR) ou Renderização do Lado do Servidor, é o processo de renderizar uma...

Learn More 22 9Sep 24 '24

How to add Supabase Auth to Astro

Supabase Authentication in Astro In this guide, we will integrate Supabase authentication...

Learn More 18 3Oct 14 '24

Understanding Server-Side Rendering Like a Pro

Introduction If you are a developer, especially one working in Front-end development, you...

Learn More 12 3Jan 24

Anyone Else Tired of Having SSR Shoved Down Their Throats?

Remember when deploying a SPA was simple? No SSR, no full-stack lock-in, just a fast, static site. I got tired of overcomplicated frameworks and built GoDeploy—a CLI to bring back the good ole days.

Learn More 11 8Mar 19

Angular SSR in 2024

Server Side Rendering Server-Side Rendering (SSR) has become pivotal in frontend...

Learn More 10 4Aug 4 '24

Setting up partial SSR for a React + TypeScript + webpack app from scratch

Artwork: https://code-art.pictures/ Do we really need a manual SSR setup in the era of...

Learn More 10 5Jan 10

A Practical Guide to CSR and SSR with React 19 and esbuild

This blog explores how to create a lightweight, flexible React application with minimal tooling and...

Learn More 10 1Dec 24 '24

Vaadin, the battery-included server-side AJAX framework

I've written a lot about Vaadin. I was so enthusiastic that I wrote the first book about it (besides...

Learn More 8 0Oct 17 '24

Augmenting the client with Alpine.js

This post is part of a series comparing different ways to implement asynchronous requests on the...

Learn More 8 0Oct 3 '24

Augmenting the client with Vue.js

In my previous post, I laid the ground to build upon; now is the time to start "for real". I heard a...

Learn More 7 0Sep 26 '24

Make EditorJS work in Svelte(kit) SSR

If you're here, you've probably been having issues using EditorJs in Sveltekit (like me). Since SSR...

Learn More 7 0Dec 25 '24

A short history of AJAX and SSR

My journey in programming began over two decades ago, a time when JavaScript was a far cry from its...

Learn More 7 1Sep 12 '24

Implementing Server-Side Rendering (SSR) with Next.js and Firebase for SEO-Friendly React Apps 🚀

In the modern tech world, Search Engine Optimization (SEO) constitues a very important aspect in...

Learn More 7 1Nov 26 '24

Do You Need to SSR Your Web Components?

Many front-end frameworks use server-side rendering to improve their app's performance but do web components need to be SSRed?

Learn More 6 6Nov 22 '24

Us, The Goldfish Devs

Recently, when searching for my next place of work, I came across an interesting observation. It...

Learn More 5 2May 25

Starting a Modern Angular Application

The initial architecture of a web application is fundamentally important — it will affect your app...

Learn More 5 0Feb 16

What is Nuxt SSR, how does it work, why is it needed, and what is the benefit of SEO?

Nuxt is a framework developed on the basis of Vue, designed for convenient and efficient...

Learn More 4 0Jul 25 '24

Prerender routes in Angular 18

So lets expect you wanna create a blog website using angular 18 and need to prerender your blog urls...

Learn More 3 2Aug 6 '24

Create an SSR Application with Vite, React, React Query and React Router

Create an SSR Application with Vite, React, React Query and React Router In this tutorial,...

Learn More 3 1Jan 10

Setting Up Dual Compilation (SSR + CSR) in ViteJS with vite-plugin-builder

Using vite-plugin-builder to Set Up an SSR and CSR Project in Vite In this tutorial, I...

Learn More 2 0Jan 8

How to Do Server-Side Rendering (SSR) in Next.js

Next.js is a React framework that offers built-in support for Server-Side Rendering (SSR). SSR can...

Learn More 2 0Sep 7 '24

Custom builder for Angular: My way

Disclamer Hello everyone, I'd like to share by experience of building custom builder for ...

Learn More 2 0Jan 15

Why Some Tech Companies Are Moving Away from Next.js

Why Some Tech Companies Are Moving Away from Next.js Next.js has been the poster child of...

Learn More 2 0Apr 11

SSR and CSR Explained

In the world of modern web development, how a website renders content can make a big difference in...

Learn More 2 1Sep 24 '24

Fixing SSR Rendering Issues with Angular Resolver for Async Pipe Data

My blog site, still a WIP though, is an Angular build time pre-rendered static site. I chose to...

Learn More 1 0Oct 31 '24

Dive into Next.js Server-Side Rendering (SSR): From SPA to ISR

Server-side rendering (SSR) and server components are not just buzzwords in modern web...

Learn More 1 0Oct 7 '24