Skip to content

Commit 8ff1c5c

Browse files
committed
feat(3.4): Add static data for remote fetch
1 parent aaa3b06 commit 8ff1c5c

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

src/data/astro-media.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
[
2+
{
3+
"title": "Ship Less JavaScript with Astro",
4+
"description": "Astro is a way to build websites that ships zero JavaScript by default. Only add JS when you need it for maximum performance! Fred K. Schott will teach us how it works.",
5+
"url": "https://youtu.be/z15YLsLMtu4?list=PLz8Iz-Fnk_eTpvd49Sa77NiF8Uqq5Iykx",
6+
"host": "Jason Lengstorf",
7+
"participants": ["Fred K. Schott"],
8+
"date": "2021-05-08"
9+
},
10+
{
11+
"title": "Astro: A New Architecture for the Modern Web",
12+
"description": "JavaScript meetup for mad science, hacking, and experiments. Hang out virtually on Friday at 4pm Pacific Time each week.",
13+
"url": "https://www.youtube.com/watch?v=mgkwZqVkrwo",
14+
"host": "Feross",
15+
"participants": ["Fred K. Schott"],
16+
"date": "2021-06-08"
17+
},
18+
{
19+
"title": "Astro in 100 Seconds",
20+
"description": "Astro is an open-source tool that can build static HTML websites using popular frontend JavaScript frameworks (React, Vue, Svelte), while loading fully interactive components as needed https://github.com/snowpackjs/astro",
21+
"url": "https://www.youtube.com/watch?v=dsTXcSeAZq8",
22+
"host": "Jeff Delaney",
23+
"participants": [],
24+
"date": "2021-07-12"
25+
},
26+
{
27+
"title": "Yapping About Astro",
28+
"description": "Build a static-by-default site using JavaScript components and only load whatever JavaScript you need by opting in very carefully.",
29+
"url": "https://www.youtube.com/watch?v=3jPaidbpUIA",
30+
"host": "Chris Coyier",
31+
"participants": [],
32+
"date": "2021-08-07"
33+
}
34+
]

0 commit comments

Comments
 (0)