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
-->
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
SSR's state management with Astro and Vuejs, either by using Pinia or just using Composition API.
Thu, May 16, 2024
We'll discus how to control your pages and components rendering.
Wed, May 15, 2024
Setting up our project's boilerplate and configuration
Tue, May 14, 2024
Introduction for SSR with Astro, showing Astro's special features over other default solutions for SSR
Wed, May 01, 2024
Breaking Astro main concepts and advantages, and it's impact on developers and the market, in my view
Wed, Jan 24, 2024
We'll discuss Multi-Page Application (MPA) VS Single-Page Application (SPA) in terms of Rendering, State Management and Routing.
Thu, Jan 11, 2024