Welcome to Understanding Astro!
This book is the ultimate guide to Astro. It represents months of work digging into Astro and conveying that to you in a practical and easy to understand fashion.
If you want to understand Astro, you've come to the right source.
The following is a detailed table of contents for Understanding Astro.
-
-
-
- Styles are local by default
- The HTML element will always be present
- Styles and Scripts are Hoisted
- The
<head>
element and its children will not be hoisted
-
- Consuming variables
- Create dynamic attributes
- Dynamic HTML
- Dynamic Tags
- Revisiting Slots
- Not quite JSX
-
-
- The pros of client-side rendering (CSR)
- The cons of client-side rendering
-
- The pros of server-side rendering
- The cons of server-side rendering
-
- The pros of partial hydration
- The cons of partial hydration
-