<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" encoding="UTF-8" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:fireside="http://fireside.fm/modules/rss/fireside">
  <channel>
    <fireside:hostname>web01.fireside.fm</fireside:hostname>
    <fireside:genDate>Tue, 21 Apr 2026 23:02:44 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>PodRocket - Episodes Tagged with “Framework”</title>
    <link>https://podrocket.logrocket.com/tags/framework</link>
    <pubDate>Thu, 23 Oct 2025 08:00:00 -0400</pubDate>
    <description>PodRocket covers everything you need to know about frontend web development on a weekly basis. Join our hosts as they interview experienced developers about all the libraries, frameworks, and tech industry issues they deal with every day.
</description>
    <language>en-us</language>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>A web development podcast from LogRocket</itunes:subtitle>
    <itunes:author>LogRocket</itunes:author>
    <itunes:summary>PodRocket covers everything you need to know about frontend web development on a weekly basis. Join our hosts as they interview experienced developers about all the libraries, frameworks, and tech industry issues they deal with every day.
</itunes:summary>
    <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/cover.jpg?v=4"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:keywords>front-end, web development, front-end development, frontend development, tech, </itunes:keywords>
    <itunes:owner>
      <itunes:name>LogRocket</itunes:name>
      <itunes:email>elizabeth.becz@logrocket.com</itunes:email>
    </itunes:owner>
<itunes:category text="Technology"/>
<item>
  <title>Ripple.js with Dominic Gannaway</title>
  <link>http://podrocket.logrocket.com/ripple-js-dominic-gannaway-logrocket-podrocket</link>
  <guid isPermaLink="false">dfdce165-49aa-45d7-8de9-03e6ac9eb9e1</guid>
  <pubDate>Thu, 23 Oct 2025 08:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/dfdce165-49aa-45d7-8de9-03e6ac9eb9e1.mp3" length="76813852" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Dominic Gannaway joins us to talk about RippleJS, a new TypeScript-first UI framework built with its own templating language and a focus on clarity and reactivity. We explore how RippleJS handles fine-grained updates through its track and block system, why it avoids global state, and how context plays a key role. Dominic also walks us through the developer experience, from the language server and VS Code integration to syntax highlighting and the Prettier plugin, plus how the framework handles error boundaries, server-side rendering, future plans, and more.</itunes:subtitle>
  <itunes:duration>31:43</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/d/dfdce165-49aa-45d7-8de9-03e6ac9eb9e1/cover.jpg?v=2"/>
  <description>Dominic Gannaway joins us to talk about Ripple.js, a new TypeScript-first UI framework built with its own templating language and a focus on clarity and reactivity. We explore how Ripple.js handles fine-grained updates through its track and block system, why it avoids global state, and how context plays a key role. Dominic also walks us through the developer experience, from the language server and VS Code integration to syntax highlighting and the Prettier plugin, plus how the framework handles error boundaries, server-side rendering, future plans, and more.
Links
Twitter: https://x.com/trueadm
Github: https://github.com/trueadm
LinkedIn: https://www.linkedin.com/in/dominic-gannaway-414b7750
Resources
RippleJS GitHub: https://ripplejs.github.io
RippleJS website: https://www.ripplejs.com/
We want to hear from you!
How did you find us? Did you see us on Twitter? In a newsletter? Or maybe we were recommended by a friend?
Fill out our listener survey (https://t.co/oKVAEXipxu)! https://t.co/oKVAEXipxu
Let us know by sending an email to our producer, Elizabeth, at elizabeth.becz@logrocket.com (mailto:elizabeth.becz@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod).
Check out our newsletter (https://blog.logrocket.com/the-replay-newsletter/)! https://blog.logrocket.com/the-replay-newsletter/
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we’ll send you free PodRocket stickers!
What does LogRocket do?
LogRocket provides AI-first session replay and analytics that surfaces the UX and technical issues impacting user experiences. Start understanding where your users are struggling by trying it for free at LogRocket.com. Try LogRocket for free today. (https://logrocket.com/signup/?pdr)
Chapters
00:00 – Intro &amp;amp; What is RippleJS
01:00 – The Origins and Naming of Ripple
02:00 – A New UI Framework Built on TypeScript
03:30 – Creating a Custom Language and Templating System
05:00 – Building Ripple’s Tooling and Language Server
06:00 – The Team, Open Source Growth, and Early Feedback
07:00 – From UI Framework to Meta Framework
09:00 – Integrating AI into the Dev Server
10:30 – Handling Controversy and Changing the Status Quo
11:30 – How Ripple Was Built in a Week
13:00 – Redesigning the Reactivity System
16:00 – Why Ripple Doesn’t Use Global State
19:00 – Lessons Learned from Other Frameworks
21:00 – Naming Conventions and API Design Decisions
22:30 – Error Boundaries and Async Patterns in Ripple
24:00 – Accessibility and ByteDance Native App Integration
25:00 – The Team’s Workflow and Contributor Culture
27:00 – Building TypeScript-First from Scratch
29:00 – Language Server, Source Maps, and VS Code Integration
31:00 – Building in Public and Open Source Collaboration
32:30 – The Future of Frontend Frameworks
34:00 – How Ripple’s Ideas Might Influence Others
35:00 – AI, Security, and the Road Ahead
36:00 – Closing Thoughts &amp;amp; How to Get Involved 
</description>
  <itunes:keywords>RippleJS, Ripple UI framework, TypeScript-first UI framework, own language superset of TypeScript, templating language not JSX, component keyword, wrap text in braces rule, language server, VS Code support, syntax highlighting, Prettier plugin, reactivity system, track values reactivity, block-based updates, fine-grained updates, signals comparison, no global state use context, error boundaries with try catch pending, server-side rendering and hydration roadmap, meta framework ambitions, AI integration in dev server, integration with Astro, accessibility focus, Links ByteDance native apps, performance fastest framework claim, alpha pre-alpha status, open source contributors on Discord and GitHub, NPM package, source maps TSX compilation, not production ready yet</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Dominic Gannaway joins us to talk about Ripple.js, a new TypeScript-first UI framework built with its own templating language and a focus on clarity and reactivity. We explore how Ripple.js handles fine-grained updates through its track and block system, why it avoids global state, and how context plays a key role. Dominic also walks us through the developer experience, from the language server and VS Code integration to syntax highlighting and the Prettier plugin, plus how the framework handles error boundaries, server-side rendering, future plans, and more.</p>

<h3>Links</h3>

<p>Twitter: <a href="https://x.com/trueadm" rel="nofollow">https://x.com/trueadm</a><br>
Github: <a href="https://github.com/trueadm" rel="nofollow">https://github.com/trueadm</a><br>
LinkedIn: <a href="https://www.linkedin.com/in/dominic-gannaway-414b7750" rel="nofollow">https://www.linkedin.com/in/dominic-gannaway-414b7750</a></p>

<h3>Resources</h3>

<p>RippleJS GitHub: <a href="https://ripplejs.github.io" rel="nofollow">https://ripplejs.github.io</a><br>
RippleJS website: <a href="https://www.ripplejs.com/" rel="nofollow">https://www.ripplejs.com/</a></p>

<h3>We want to hear from you!</h3>

<p>How did you find us? Did you see us on Twitter? In a newsletter? Or maybe we were recommended by a friend?</p>

<p><strong>Fill out our <a href="https://t.co/oKVAEXipxu" rel="nofollow">listener survey</a>!</strong> <a href="https://t.co/oKVAEXipxu" rel="nofollow">https://t.co/oKVAEXipxu</a></p>

<p>Let us know by sending an email to our producer, Elizabeth, at <a href="mailto:elizabeth.becz@logrocket.com" rel="nofollow">elizabeth.becz@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<p><strong>Check out our <a href="https://blog.logrocket.com/the-replay-newsletter/" rel="nofollow">newsletter</a>!</strong> <a href="https://blog.logrocket.com/the-replay-newsletter/" rel="nofollow">https://blog.logrocket.com/the-replay-newsletter/</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket provides AI-first session replay and analytics that surfaces the UX and technical issues impacting user experiences. Start understanding where your users are struggling by trying it for free at LogRocket.com. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p>

<h3>Chapters</h3>

<p>00:00 – Intro &amp; What is RippleJS<br>
01:00 – The Origins and Naming of Ripple<br>
02:00 – A New UI Framework Built on TypeScript<br>
03:30 – Creating a Custom Language and Templating System<br>
05:00 – Building Ripple’s Tooling and Language Server<br>
06:00 – The Team, Open Source Growth, and Early Feedback<br>
07:00 – From UI Framework to Meta Framework<br>
09:00 – Integrating AI into the Dev Server<br>
10:30 – Handling Controversy and Changing the Status Quo<br>
11:30 – How Ripple Was Built in a Week<br>
13:00 – Redesigning the Reactivity System<br>
16:00 – Why Ripple Doesn’t Use Global State<br>
19:00 – Lessons Learned from Other Frameworks<br>
21:00 – Naming Conventions and API Design Decisions<br>
22:30 – Error Boundaries and Async Patterns in Ripple<br>
24:00 – Accessibility and ByteDance Native App Integration<br>
25:00 – The Team’s Workflow and Contributor Culture<br>
27:00 – Building TypeScript-First from Scratch<br>
29:00 – Language Server, Source Maps, and VS Code Integration<br>
31:00 – Building in Public and Open Source Collaboration<br>
32:30 – The Future of Frontend Frameworks<br>
34:00 – How Ripple’s Ideas Might Influence Others<br>
35:00 – AI, Security, and the Road Ahead<br>
36:00 – Closing Thoughts &amp; How to Get Involved</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Dominic Gannaway joins us to talk about Ripple.js, a new TypeScript-first UI framework built with its own templating language and a focus on clarity and reactivity. We explore how Ripple.js handles fine-grained updates through its track and block system, why it avoids global state, and how context plays a key role. Dominic also walks us through the developer experience, from the language server and VS Code integration to syntax highlighting and the Prettier plugin, plus how the framework handles error boundaries, server-side rendering, future plans, and more.</p>

<h3>Links</h3>

<p>Twitter: <a href="https://x.com/trueadm" rel="nofollow">https://x.com/trueadm</a><br>
Github: <a href="https://github.com/trueadm" rel="nofollow">https://github.com/trueadm</a><br>
LinkedIn: <a href="https://www.linkedin.com/in/dominic-gannaway-414b7750" rel="nofollow">https://www.linkedin.com/in/dominic-gannaway-414b7750</a></p>

<h3>Resources</h3>

<p>RippleJS GitHub: <a href="https://ripplejs.github.io" rel="nofollow">https://ripplejs.github.io</a><br>
RippleJS website: <a href="https://www.ripplejs.com/" rel="nofollow">https://www.ripplejs.com/</a></p>

<h3>We want to hear from you!</h3>

<p>How did you find us? Did you see us on Twitter? In a newsletter? Or maybe we were recommended by a friend?</p>

<p><strong>Fill out our <a href="https://t.co/oKVAEXipxu" rel="nofollow">listener survey</a>!</strong> <a href="https://t.co/oKVAEXipxu" rel="nofollow">https://t.co/oKVAEXipxu</a></p>

<p>Let us know by sending an email to our producer, Elizabeth, at <a href="mailto:elizabeth.becz@logrocket.com" rel="nofollow">elizabeth.becz@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<p><strong>Check out our <a href="https://blog.logrocket.com/the-replay-newsletter/" rel="nofollow">newsletter</a>!</strong> <a href="https://blog.logrocket.com/the-replay-newsletter/" rel="nofollow">https://blog.logrocket.com/the-replay-newsletter/</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket provides AI-first session replay and analytics that surfaces the UX and technical issues impacting user experiences. Start understanding where your users are struggling by trying it for free at LogRocket.com. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p>

<h3>Chapters</h3>

<p>00:00 – Intro &amp; What is RippleJS<br>
01:00 – The Origins and Naming of Ripple<br>
02:00 – A New UI Framework Built on TypeScript<br>
03:30 – Creating a Custom Language and Templating System<br>
05:00 – Building Ripple’s Tooling and Language Server<br>
06:00 – The Team, Open Source Growth, and Early Feedback<br>
07:00 – From UI Framework to Meta Framework<br>
09:00 – Integrating AI into the Dev Server<br>
10:30 – Handling Controversy and Changing the Status Quo<br>
11:30 – How Ripple Was Built in a Week<br>
13:00 – Redesigning the Reactivity System<br>
16:00 – Why Ripple Doesn’t Use Global State<br>
19:00 – Lessons Learned from Other Frameworks<br>
21:00 – Naming Conventions and API Design Decisions<br>
22:30 – Error Boundaries and Async Patterns in Ripple<br>
24:00 – Accessibility and ByteDance Native App Integration<br>
25:00 – The Team’s Workflow and Contributor Culture<br>
27:00 – Building TypeScript-First from Scratch<br>
29:00 – Language Server, Source Maps, and VS Code Integration<br>
31:00 – Building in Public and Open Source Collaboration<br>
32:30 – The Future of Frontend Frameworks<br>
34:00 – How Ripple’s Ideas Might Influence Others<br>
35:00 – AI, Security, and the Road Ahead<br>
36:00 – Closing Thoughts &amp; How to Get Involved</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Vitest and VueUse with Anthony Fu</title>
  <link>http://podrocket.logrocket.com/vitest-and-vueuse</link>
  <guid isPermaLink="false">4fdb4017-d2fa-4245-b6b9-4c951cdd987a</guid>
  <pubDate>Fri, 09 Sep 2022 08:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/4fdb4017-d2fa-4245-b6b9-4c951cdd987a.mp3" length="50605216" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>2</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Anthony Fu is a core team member of Vue, Nuxt, and Vite. Anthony is also the creator of Vitest, Slidev, VueUse, UnoCSS, and more! In this episode, we get caught up on Vitest, a blazing fast unit test powered by Vite,  and VueUse, a collection of essential Vue composition utilities. Listen now!</itunes:subtitle>
  <itunes:duration>42:10</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/4/4fdb4017-d2fa-4245-b6b9-4c951cdd987a/cover.jpg?v=1"/>
  <description>Anthony Fu is a core team member of Vue, Nuxt, and Vite. Anthony is also the creator of Vitest, Slidev, VueUse, UnoCSS, and more! In this episode, we get caught up on Vitest, a blazing fast unit test powered by Vite,  and VueUse, a collection of essential Vue composition utilities. Listen now!
Links
https://twitter.com/antfu7
https://github.com/windicss/windicss
https://vitejs.dev/
https://nuxtjs.org/
https://vitest.dev/
https://github.com/unocss/unocss
https://sli.dev/
https://antfu.me/posts/reimagine-atomic-css
Tell us what you think of PodRocket
We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!
If you’re interested, schedule a call with us (https://podrocket.logrocket.com/contact-us) or you can email producer Kate Trahan at kate@logrocket.com (mailto:kate@logrocket.com)
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we’ll send you free PodRocket stickers!
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guest: Anthony Fu.
</description>
  <itunes:keywords>Vitest, Vue, framework,Vite</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Anthony Fu is a core team member of Vue, Nuxt, and Vite. Anthony is also the creator of Vitest, Slidev, VueUse, UnoCSS, and more! In this episode, we get caught up on Vitest, a blazing fast unit test powered by Vite,  and VueUse, a collection of essential Vue composition utilities. Listen now!</p>

<h3>Links</h3>

<p><a href="https://twitter.com/antfu7" rel="nofollow">https://twitter.com/antfu7</a><br>
<a href="https://github.com/windicss/windicss" rel="nofollow">https://github.com/windicss/windicss</a><br>
<a href="https://vitejs.dev/" rel="nofollow">https://vitejs.dev/</a><br>
<a href="https://nuxtjs.org/" rel="nofollow">https://nuxtjs.org/</a><br>
<a href="https://vitest.dev/" rel="nofollow">https://vitest.dev/</a><br>
<a href="https://github.com/unocss/unocss" rel="nofollow">https://github.com/unocss/unocss</a><br>
<a href="https://sli.dev/" rel="nofollow">https://sli.dev/</a><br>
<a href="https://antfu.me/posts/reimagine-atomic-css" rel="nofollow">https://antfu.me/posts/reimagine-atomic-css</a></p>

<h3>Tell us what you think of PodRocket</h3>

<p>We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!</p>

<p>If you’re interested, <a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">schedule a call with us</a> or you can email producer Kate Trahan at <a href="mailto:kate@logrocket.com" rel="nofollow">kate@logrocket.com</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Anthony Fu.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Anthony Fu is a core team member of Vue, Nuxt, and Vite. Anthony is also the creator of Vitest, Slidev, VueUse, UnoCSS, and more! In this episode, we get caught up on Vitest, a blazing fast unit test powered by Vite,  and VueUse, a collection of essential Vue composition utilities. Listen now!</p>

<h3>Links</h3>

<p><a href="https://twitter.com/antfu7" rel="nofollow">https://twitter.com/antfu7</a><br>
<a href="https://github.com/windicss/windicss" rel="nofollow">https://github.com/windicss/windicss</a><br>
<a href="https://vitejs.dev/" rel="nofollow">https://vitejs.dev/</a><br>
<a href="https://nuxtjs.org/" rel="nofollow">https://nuxtjs.org/</a><br>
<a href="https://vitest.dev/" rel="nofollow">https://vitest.dev/</a><br>
<a href="https://github.com/unocss/unocss" rel="nofollow">https://github.com/unocss/unocss</a><br>
<a href="https://sli.dev/" rel="nofollow">https://sli.dev/</a><br>
<a href="https://antfu.me/posts/reimagine-atomic-css" rel="nofollow">https://antfu.me/posts/reimagine-atomic-css</a></p>

<h3>Tell us what you think of PodRocket</h3>

<p>We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!</p>

<p>If you’re interested, <a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">schedule a call with us</a> or you can email producer Kate Trahan at <a href="mailto:kate@logrocket.com" rel="nofollow">kate@logrocket.com</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Anthony Fu.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Deno and Fresh with Luca Casonato</title>
  <link>http://podrocket.logrocket.com/deno-and-fresh</link>
  <guid isPermaLink="false">7539b814-3972-492f-909d-1b5f3de30725</guid>
  <pubDate>Tue, 23 Aug 2022 08:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/7539b814-3972-492f-909d-1b5f3de30725.mp3" length="39903356" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>2</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Deno is a simple, modern, and secure runtime for JavaScript, TypeScript, and WebAssembly. Today, we talk with Luca Casonato, member of the Deno core team and creator of Fresh, a full stack modern web framework for JavaScript and TypeScript developers. What is Fresh? How do we pronounce Deno? We answer these questions and more in this episode!</itunes:subtitle>
  <itunes:duration>32:00</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/7/7539b814-3972-492f-909d-1b5f3de30725/cover.jpg?v=1"/>
  <description>Deno is a simple, modern, and secure runtime for JavaScript, TypeScript, and WebAssembly. Today, we talk with Luca Casonato, member of the Deno core team and creator of Fresh, a full stack modern web framework for JavaScript and TypeScript developers. What is Fresh? How do we pronounce Deno? We answer these questions and more in this episode!
Links
https://twitter.com/lcasdev
https://deno.com/blog/v1.9
https://twitter.com/deno_land
https://deno.land/
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we'll send you free PodRocket stickers!
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr)
https://podrocket.logrocket.com/contact-us Special Guest: Luca Casonato.
</description>
  <itunes:keywords>full stack, framework, Javascript, TypeScript</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Deno is a simple, modern, and secure runtime for JavaScript, TypeScript, and WebAssembly. Today, we talk with Luca Casonato, member of the Deno core team and creator of Fresh, a full stack modern web framework for JavaScript and TypeScript developers. What is Fresh? How do we pronounce Deno? We answer these questions and more in this episode!</p>

<h3>Links</h3>

<p><a href="https://twitter.com/lcasdev" rel="nofollow">https://twitter.com/lcasdev</a><br>
<a href="https://deno.com/blog/v1.9" rel="nofollow">https://deno.com/blog/v1.9</a><br>
<a href="https://twitter.com/deno_land" rel="nofollow">https://twitter.com/deno_land</a><br>
<a href="https://deno.land/" rel="nofollow">https://deno.land/</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we&#39;ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p>

<p><a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">https://podrocket.logrocket.com/contact-us</a></p><p>Special Guest: Luca Casonato.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Deno is a simple, modern, and secure runtime for JavaScript, TypeScript, and WebAssembly. Today, we talk with Luca Casonato, member of the Deno core team and creator of Fresh, a full stack modern web framework for JavaScript and TypeScript developers. What is Fresh? How do we pronounce Deno? We answer these questions and more in this episode!</p>

<h3>Links</h3>

<p><a href="https://twitter.com/lcasdev" rel="nofollow">https://twitter.com/lcasdev</a><br>
<a href="https://deno.com/blog/v1.9" rel="nofollow">https://deno.com/blog/v1.9</a><br>
<a href="https://twitter.com/deno_land" rel="nofollow">https://twitter.com/deno_land</a><br>
<a href="https://deno.land/" rel="nofollow">https://deno.land/</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we&#39;ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p>

<p><a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">https://podrocket.logrocket.com/contact-us</a></p><p>Special Guest: Luca Casonato.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Breaking the frontend monolith with Florian Rappl</title>
  <link>http://podrocket.logrocket.com/-breaking-the-frontend-monolith</link>
  <guid isPermaLink="false">25cc29d9-0c44-43eb-9fed-d7eaa3d31775</guid>
  <pubDate>Fri, 12 Aug 2022 10:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/25cc29d9-0c44-43eb-9fed-d7eaa3d31775.mp3" length="56665255" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>2</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Florian Rappl joins us to talk about Piral, a framework for next-generation portal applications that allows you to build web apps that follow the microfrontends architecture. </itunes:subtitle>
  <itunes:duration>47:13</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/2/25cc29d9-0c44-43eb-9fed-d7eaa3d31775/cover.jpg?v=1"/>
  <description>Florian Rappl joins us to talk about Piral, a framework for next-generation portal applications that allows you to build web apps that follow the microfrontends architecture. 
Links
https://piral.io
https://twitter.com/florianrappl
https://gitter.im/piral-io/community
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we'll send you free PodRocket stickers!
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guest: Florian Rappl.
</description>
  <itunes:keywords>piral, web apps, framework, microfrontends</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Florian Rappl joins us to talk about Piral, a framework for next-generation portal applications that allows you to build web apps that follow the microfrontends architecture. </p>

<h3>Links</h3>

<p><a href="https://piral.io" rel="nofollow">https://piral.io</a><br>
<a href="https://twitter.com/florianrappl" rel="nofollow">https://twitter.com/florianrappl</a><br>
<a href="https://gitter.im/piral-io/community" rel="nofollow">https://gitter.im/piral-io/community</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we&#39;ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Florian Rappl.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Florian Rappl joins us to talk about Piral, a framework for next-generation portal applications that allows you to build web apps that follow the microfrontends architecture. </p>

<h3>Links</h3>

<p><a href="https://piral.io" rel="nofollow">https://piral.io</a><br>
<a href="https://twitter.com/florianrappl" rel="nofollow">https://twitter.com/florianrappl</a><br>
<a href="https://gitter.im/piral-io/community" rel="nofollow">https://gitter.im/piral-io/community</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we&#39;ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Florian Rappl.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Lexical with Elena Bukareva and Acy Watson</title>
  <link>http://podrocket.logrocket.com/lexical</link>
  <guid isPermaLink="false">b90eb8aa-73ba-459b-862c-25ace05f0ad1</guid>
  <pubDate>Wed, 06 Jul 2022 08:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/b90eb8aa-73ba-459b-862c-25ace05f0ad1.mp3" length="44005271" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>2</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>In this episode, we talk about Lexical, the new extensible text editor framework from Meta, with Elena Bukareva, software engineering manager at Meta, and Acy Watson, software engineer for the Lexical core team.</itunes:subtitle>
  <itunes:duration>36:40</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/b/b90eb8aa-73ba-459b-862c-25ace05f0ad1/cover.jpg?v=2"/>
  <description>In this episode, we talk about Lexical, the new extensible text editor framework from Meta, with Elena Bukareva, software engineering manager at Meta, and Acy Watson, software engineer for the Lexical core team.
Links
https://www.linkedin.com/in/elena-bukareva/
https://www.linkedin.com/in/acy-watson-3150a34b/
https://github.com/acywatson
https://twitter.com/acywatson
https://twitter.com/lexicaljs
https://lexical.dev/
https://github.com/facebook/lexical
https://discord.gg/KmG4wQnnD9
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form, (https://podrocket.logrocket.com/get-podrocket-stickers) and we'll send you free PodRocket stickers!
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guests: Acy Watson and Elena Bukareva.
</description>
  <itunes:keywords>lexical, text editor, meta, framework</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>In this episode, we talk about Lexical, the new extensible text editor framework from Meta, with Elena Bukareva, software engineering manager at Meta, and Acy Watson, software engineer for the Lexical core team.</p>

<h3>Links</h3>

<p><a href="https://www.linkedin.com/in/elena-bukareva/" rel="nofollow">https://www.linkedin.com/in/elena-bukareva/</a><br>
<a href="https://www.linkedin.com/in/acy-watson-3150a34b/" rel="nofollow">https://www.linkedin.com/in/acy-watson-3150a34b/</a><br>
<a href="https://github.com/acywatson" rel="nofollow">https://github.com/acywatson</a><br>
<a href="https://twitter.com/acywatson" rel="nofollow">https://twitter.com/acywatson</a><br>
<a href="https://twitter.com/lexicaljs" rel="nofollow">https://twitter.com/lexicaljs</a><br>
<a href="https://lexical.dev/" rel="nofollow">https://lexical.dev/</a><br>
<a href="https://github.com/facebook/lexical" rel="nofollow">https://github.com/facebook/lexical</a><br>
<a href="https://discord.gg/KmG4wQnnD9" rel="nofollow">https://discord.gg/KmG4wQnnD9</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form,</a> and we&#39;ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guests: Acy Watson and Elena Bukareva.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>In this episode, we talk about Lexical, the new extensible text editor framework from Meta, with Elena Bukareva, software engineering manager at Meta, and Acy Watson, software engineer for the Lexical core team.</p>

<h3>Links</h3>

<p><a href="https://www.linkedin.com/in/elena-bukareva/" rel="nofollow">https://www.linkedin.com/in/elena-bukareva/</a><br>
<a href="https://www.linkedin.com/in/acy-watson-3150a34b/" rel="nofollow">https://www.linkedin.com/in/acy-watson-3150a34b/</a><br>
<a href="https://github.com/acywatson" rel="nofollow">https://github.com/acywatson</a><br>
<a href="https://twitter.com/acywatson" rel="nofollow">https://twitter.com/acywatson</a><br>
<a href="https://twitter.com/lexicaljs" rel="nofollow">https://twitter.com/lexicaljs</a><br>
<a href="https://lexical.dev/" rel="nofollow">https://lexical.dev/</a><br>
<a href="https://github.com/facebook/lexical" rel="nofollow">https://github.com/facebook/lexical</a><br>
<a href="https://discord.gg/KmG4wQnnD9" rel="nofollow">https://discord.gg/KmG4wQnnD9</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form,</a> and we&#39;ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guests: Acy Watson and Elena Bukareva.</p>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
