× About Blog
GitHub Email me

Posts categorized with "SSR"

routing.webp

SSR with Astro - Part 5, Routing

Taking a look at Astro's file-based routing in an SSR website, and how to force specific pages to be rendered as static or server-rendered, and guarding specific routes that need authentication.

Thu, May 16, 2024

state-management.webp

SSR with Astro - Part 4, State Management

SSR's state management with Astro and Vuejs, either by using Pinia or just using Composition API.

Thu, May 16, 2024

rendering.webp

SSR with Astro - Part 3, Rendering

We'll discus how to control your pages and components rendering.

Wed, May 15, 2024

setup.webp

SSR with Astro - Part 2, Setup

Setting up our project's boilerplate and configuration

Tue, May 14, 2024

ssr-with-astro.webp

SSR with Astro - Part 1, Introduction

Introduction for SSR with Astro, showing Astro's special features over other default solutions for SSR

Wed, May 01, 2024