From 38159c1f5628fc057a29a118273f56b071eb2493 Mon Sep 17 00:00:00 2001 From: nojaf Date: Thu, 11 Apr 2024 17:50:07 +0200 Subject: [PATCH] Using Fable in Astro --- src/content/sessions/2024-04-12.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/content/sessions/2024-04-12.md diff --git a/src/content/sessions/2024-04-12.md b/src/content/sessions/2024-04-12.md new file mode 100644 index 0000000..58c5918 --- /dev/null +++ b/src/content/sessions/2024-04-12.md @@ -0,0 +1,23 @@ +--- +title: "Using Fable in Astro" +preview: "Using Fable in Astro" +isDraft: true +date: 2024-04-12T13:00:00.000Z +slug: "2024/04/12" +champion: "Florian Verdonck" +zoomLink: "https://us06web.zoom.us/j/82044654575?pwd=PumXA7A8qtEug22wrKpx43kXGIypKI.1" +zoomPasscode: "astro" +issueLink: "" +company: "https://nojaf.com" +youtubeId: "" +--- + +## Topic + +Alright, astronauts, buckle up because we're launching into orbit! Not long ago, we embarked on a journey exploring the seamless integration of [Fable and Vite](./2023-02-23.md). Now, [Vite](https://vitejs.dev/) isn't just everyone's new favorite web server; it's also the powerhouse under the hood of a variety of projects. Among these stars is [Astro](https://astro.build/), which is powering up the universe's fastest websites, client-side applications, dynamic API endpoints, and everything in-between. + +Guess what? The site you're currently exploring? Built with Astro! Yes, Astro is not just good; it's stellar and supports interactive Islands too. Our site is currently utilizing JavaScript and React for these, and in this adventure, we're looking to weave some Fable into the fabric of our cosmos! + +## Champion + +- [Florian Verdonck](https://github.com/nojaf)