My First Blog Post
What I’ve accomplished
-
Installing Astro: First, I created a new Astro project and set up my online accounts.
-
Making Pages: I then learned how to make pages by creating new
.astro
files and placing them in thesrc/pages/
folder. -
Making Blog Posts: This is my first blog post! I now have Astro pages and Markdown posts!
What’s next
I will finish the Astro tutorial, and then keep adding more posts. Watch this space for more to come.
Code Snippet
// src/components/MyComponent.astro
import React from "react";
export default function MyComponent() {
return <h1>Hello, Astro!</h1>;
}
Quote
“The only way to learn is to do.” - Paul Graham
Embedded
Ubieが2024年にReact Nativeを選ぶ理由
No Description Found
Zenn
Beta: Universal React Server Components in Expo Router
This is a developer preview of universal React Server Components. For the first time ever, you can use React Server Components & Server Actions in native apps.
Expo Blog
Hey👋, I'm Goaty!
Website and blog of Goaty, a software developer.
Goaty
My First Blog Post
This is the first post of my new Astro blog.
Goaty
X