In this Hasty Treat, Scott and Wes talk about future tech \u2014 some things you may not have heard about yet, and why we\u2019re excited about them!
Freshbooks - SponsorGet a 30 day free trial of Freshbooks at\xa0freshbooks.com/syntax\xa0and put SYNTAX in the \u201cHow did you hear about us?\u201d section.
LogRocket - SponsorLogRocket lets you replay what users do on your site, helping you reproduce bugs and fix issues faster. It\u2019s an exception tracker, a session re-player and a performance monitor. Get 14 days free at\xa0logrocket.com/syntax.
Show Notes05:20 - Astro
// pages/blog.astro --- import PostPreview from '../components/PostPreview.astro'; const blogPosts = import.meta.collections('./post/*.md'); --- <main> <h1>Blog Postsh1> {blogPosts.map((post) => ( <PostPreview post={post} /> )} main>
12:06 - ViteKit
15:58 - Svelte Kit
19:07 - Remix.run