DejaVue cover art

DejaVue

DejaVue

By: Alexander Lichter & Michael Thiessen
Listen for free

About this listen

Welcome to DejaVue, the Vue podcast you didn't know you needed until now! Join Michael Thiessen and Alexander Lichter on a thrilling journey through the world of Vue and Nuxt. Get ready for weekly episodes packed with insights, updates, and deep dives into everything Vue-related. From component libraries to best practices, and beyond, they've got you covered.© 2025 Alexander Lichter & Michael Thiessen
Episodes
  • Motion for Vue (with Matt Perry)
    May 15 2025

    In this episode of DejaVue, Michael and Alex chat with Matt Perry, the creator of Motion (formerly Framer Motion), about animations in web development.
    Matt talks about his journey from designing gaming magazines as a kid to becoming a full-time developer, sharing his experiences with ActionScript, jQuery, and how Motion was born. They discuss how simple and powerful Motion's API is, its ability to work with different frameworks, and how it stacks up against other animation libraries like GSAP and AnimeJS.


    But the episode also covers a lot of open source aspects, such as the challenges of keeping Motion going!
    Matt explains how Motion+ funds the development of Motion with one-time payments and time-gated (then publicly available) content, to support the project.


    Enjoy the episode!


    Our Guest

    Matt Perry

    • Motion
    • Personal Website
    • Bluesky
    • Twitter

    Chapters

    • (00:00) - Welcome to DejaVue
    • (01:20) - How did you get into programming?
    • (05:18) - Adobe ActionScript
    • (08:33) - What is Motion (fka. Framer Motion)?
    • (12:21) - APIs and Limitations
    • (16:54) - Prerequisites for using Tools
    • (24:26) - The jQuery of web animations
    • (26:37) - The birth of Motion
    • (31:02) - Motion for Vue
    • (32:40) - Other "Motion for ..." adaptations?
    • (34:36) - Funding the project - Motion+
    • (40:00) - One-time Payment and Time-gating
    • (50:39) - Thoughts on other ways of monetizing Motion
    • (52:43) - Can AI replace animation libraries?
    • (57:41) - The difference between Motion and other libraries
    • (01:01:04) - Closing Thoughts


    Links and Resources


    • ActionScript
    • ECMAScript
    • Popmotion
    • Motion
    • Motion Vue
    • Rick (Motion Vue maintainer)
    • Framer
    • DejaVue #054 - Open Source Sustainability (with Daniel Roe, Chad Whitacre & Rijk van Zanten)
    • GSAP
    • AnimeJS


    Your Hosts

    Michael Thiessen

    • Twitter
    • YouTube
    • Website


    Alexander Lichter

    • Bluesky
    • YouTube
    • Website


    ---

    Links marked with * are affiliate links. We get a small commission when you register for the service through our link. This helps us to keep the podcast running. We only include affiliate links for services mentioned in the episode or that we use ourselves.

    Show More Show Less
    1 hr and 3 mins
  • Snapshot Testing and Beyond (with The Jared Wilcurt)
    Apr 22 2025

    In this episode of DejaVue, Alex and Michael are joined by Jared Wilcurt, UI architect and open source contributor, to get knee-deep into the world of testing in Vue.js, especially Snapshot Testing.


    Jared shares his journey from React frustration to Vue enthusiasm, and explains how he identified gaps in Vue's testing ecosystem that led to the creation of his Vue 3 Snapshot Serializer library.
    No matter if you are a testing novice, wondering why you should bother with tests at all, or an experienced developer looking to improve your snapshot testing workflow, this episode got something for you - from reducing test noise, improving readability, and gaining confidence in your Vue applications and components.


    Discover how snapshot testing complements traditional assertion-based tests and why it might be the missing piece in your testing strategy.


    Enjoy the episode!


    Our Guest

    The Jared Wilcurt

    • Vue 3 Snapshot Serializer
    • Website
    • Bluesky
    • Twitter

    Chapters

    • (00:00) - Welcome to DejaVue
    • (00:20) - How did you get into Programming?
    • (05:20) - Learning Vue
    • (09:46) - Finding gaps in the ecosystem
    • (12:40) - What is unit testing?
    • (21:40) - Testing in the frontend
    • (25:31) - Snapshot Testing
    • (29:45) - Snapshot Updating Fatigue
    • (36:09) - Responsibilities & ROI of a Snapshot Test
    • (42:46) - Using the Snapshot Serializer
    • (46:40) - Snapshot vs. Visual Regression Testing
    • (52:57) - A good tip from Daniel Roe
    • (53:50) - Further Noise Reduction
    • (01:01:22) - A tighter integration?
    • (01:05:11) - Wrapping up


    Links and Resources


    • Riot JS
    • Vue Indy Meetup
    • Vue Doxen
    • Old Jest Snapshot Serializer
    • Vue Test Utils
    • Testing Library Vue
    • Playwright
    • Vue 3 Snapshot Serializer
    • DejaVue #E043 - The Year in ReVue (with Daniel Roe)


    Your Hosts

    Michael Thiessen

    • Twitter
    • YouTube
    • Website


    Alexander Lichter

    • Bluesky
    • YouTube
    • Website


    ---

    Links marked with * are affiliate links. We get a small commission when you register for the service through our link. This helps us to keep the podcast running. We only include affiliate links for services mentioned in the episode or that we use ourselves.

    Show More Show Less
    1 hr and 7 mins
  • e18e: Ecosystem Performance (with James Garbutt)
    Apr 13 2025
    In this episode of DejaVue, Alex sits down with James Garbutt, open source maintainer and lead of the e18e initiative. James shares his journey from writing web scrapers as a teenager to maintaining critical JavaScript libraries like parse5 or Chokidar and eventually co-creating the ecosystem performance initiative.The conversation is then all around e18e, which aims to improve performance across the JavaScript ecosystem through three pillars:Cleaning up dependency treesSpeeding up popular packagesCreating lighter alternatives to bloated librariesJames explains how the community-driven approach has produced impressive results all across the web development landscape.Learn about real-world examples of performance improvements, including replacement packages like tinyglobby and nano-staged, and discover how to contribute to e18e even if you're new to open source. James shares also insights on balancing between backward compatibility and performance, bundling dependencies, and also shares future plans for e18e in 2025.Enjoy the episode!Our GuestJames "43081j" Garbutte18eWebsiteBlueskyChapters(00:00) - Welcome to DejaVue (00:34) - Which libraries do you maintain? (02:10) - How did you get into programming? (04:57) - What lead you to Vue.js (06:40) - Not ending up in a framework bubble (09:41) - Meta frameworks converging (11:28) - What is e18e? (15:40) - The purpose of e18e (18:27) - How to participate? (20:38) - Are there prerequisites? (23:59) - Ripple effects from e18e improving the ecosystem (26:36) - Helping other projects migrate (30:27) - Considering backwards compatibility (35:50) - Example for replacement packages (37:56) - tinyglobby (40:40) - Edge cases and modular architecture (43:49) - Performance pattern and anti pattern (45:32) - Bundling dependencies (50:48) - What is planned for e18e in 2025? (56:39) - How do you lead and structure the e18e initiative? (01:01:42) - Anything else we didn't cover? (01:02:21) - Wrapping upLinks and ResourcesParse5Doom in TypeScriptFlappy Bird in TSLitElementSpeeding up the ecosystem blog post series by Marvin Hagemeistere18e issue overviewe18e Discordminizlib install size improvementsStorybook dependency tree reductione18e module replacement repositoryAnthony Fu's node_modules inspectorPublint by Bjorn LuUmbrella CLInano-staged (instead of lint-staged)npm-run-all2eslint-import-plugin-x (instead of eslint-plugin-import)tinyglobby (instead of any other glob lib like globby/fast-glob)fdirVite Devtools announcementBundling dependencies (and when not to do it)A lighter Nuxt CLIYour HostsAlexander LichterBlueskyYouTubeWebsite---Links marked with * are affiliate links. We get a small commission when you register for the service through our link. This helps us to keep the podcast running. We only include affiliate links for services mentioned in the episode or that we use ourselves.
    Show More Show Less
    1 hr and 3 mins

What listeners say about DejaVue

Average Customer Ratings

Reviews - Please select the tabs below to change the source of reviews.

In the spirit of reconciliation, Audible acknowledges the Traditional Custodians of country throughout Australia and their connections to land, sea and community. We pay our respect to their elders past and present and extend that respect to all Aboriginal and Torres Strait Islander peoples today.