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 66 26Nov 6 '24

Web Components and SSR - 2024 Edition

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

Learn More 39 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

Mastering Angular SSR: Enabling Custom HTTP Responses (404, 301)

Welcome to the first post in our series on optimizing Angular apps for search enginge optimisation...

Learn More 15 2May 8 '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

Server-side rendered Web Components

Enhance WASM now allows you to render Web Components server side

Learn More 11 4May 5 '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 9 5Jan 10

Todo app with no client-side JavaScript using @lazarv/react-server

Everyone starts with a simple Todo app when evaluating a new framework. So let’s do it this time...

Learn More 8 0May 27 '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

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

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 7 1Dec 24 '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

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

Server Side Rendering (SSR) in Next.js to enhance performance and SEO.

Hi everybody! In this article, I'm going to explain you what is server-side rendering (SSR) in...

Learn More 6 0Jun 24 '24

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

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

Next Js just killed React hooks

If you've used React hooks like useState() and useEffect() just like me, then the approach Next Js...

Learn More 3 0Jun 18 '24

Step-by-Step Guide: Making Your Angular Application SEO-Friendly with Server-Side Rendering and Firebase Deployment

The client calls for an early 7:00 am meeting and says they've talked with the SEO experts, and our...

Learn More 3 4Jun 12 '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

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

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