feat(blog): removed comments
This commit is contained in:
parent
d162989760
commit
2264e6487d
1 changed files with 0 additions and 9 deletions
|
|
@ -4,15 +4,6 @@ description: ""
|
|||
pubDate: "18 Feb 2026 21:07"
|
||||
---
|
||||
|
||||
<!--
|
||||
- what i learned about it
|
||||
- astro components (similar to react components?)
|
||||
- interactive components are difficult
|
||||
- static dynamic routes (dynamically generated at build time, but static on the website)
|
||||
- content collections
|
||||
- mdx
|
||||
-->
|
||||
|
||||
# What is Astro?
|
||||
Astro is a static site generator that allows you to combine components together to quickly put together a website. It's somewhat similar to something like React, but instead of having the bloat of all the javascript it generates, Astro outputs a static HTML website. The only javascript it includes is what you write in `<script>` tags. It has bindings for those web frameworks, so you can use React components in your website alongside the astro ones. It will also still generate a static site that doesn't require any javascript other than what you put there yourself.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue