
Support the Podcast
Contacts
Info
Stay current on the latest innovations and technologies in the React community by listening to our panel of React and Web Development Experts.

Support the Podcast
Episodes & Posts
Episodes
Posts
Transcribed
24 JAN 2025 · Welcome to React Roundup, the podcast where we keep you updated on all things React related! In today's episode, we have an enlightening discussion featuring Paige Nedringhaus as host, our panelist TJ Van Toll, and our special guest, Florian Rappel, a solution architect from Munich, Germany. Florian, a noted figure in the web community, especially in TypeScript, React, and Microfrontends, dives deep into a variety of engaging topics.
Throughout the episode, we explore the complexities and benefits of using React, often described as a "black box" for the way it abstracts away many details from developers. We also delve into the intriguing world of Microfrontends, where Florian provides a comprehensive overview of this approach, discussing its practical implementation and the organizational shifts it can entail.
Additionally, Florian introduces his new book, "The Art of Microfrontends," and shares insights on how to manage complex front-end projects more efficiently. Whether you're a seasoned developer or new to the ecosystem, this episode offers a wealth of knowledge and practical advice to enhance your development practices.
So, tune in for an insightful journey through the realms of React and Microfrontends, and get ready to elevate your coding game!
Transcribed
8 JAN 2025 · On this episode of React Round Up we chatted with Miroslav Nikolov, a UI developer at one.com, about his approach to unit testing React components. Miroslav discussed writing components in a human-friendly way, using the library UnexpectedJS. We also talked about Miroslav’s blog, including how he got started with it, and some of the tools he used, like Gatsby and Mailchimp. This is a great episode if you’re looking to learn more about how to approach unit testing in React.
Links
- https://webup.org/blog/
- https://unexpected.js.org/
- https://css-tricks.com/react-component-tests-for-humans/
- https://mailchimp.com/
- https://substack.com/
Picks
- Miroslav- https://erikras.com/
- Miroslav- https://kentcdodds.com/blog/application-state-management-with-react?ck_subscriber_id=1196120314
- Paige- https://amzn.to/3cLi11M
- TJ- https://amzn.to/3uokvJ8
Transcribed
1 JAN 2025 · Eric Simons joins the round-up to discuss the latest advancements made by StackBlitz that enables you to run NodeJS in the browser. Eric expands that to the work they've done with the NextJS team to run NextJS in the browser without the need to have a server in the background.
Links
- https://blog.stackblitz.com/posts/introducing-webcontainers/
- https://stackblitz.com/
- https://stackblitz.com/v2
- https://stackblitz.com/@EricSimons
- https://twitter.com/ericsimons40
Picks
- Eric- https://vitejs.dev/
- Jack-https://www.hbo.com/westworld
- Paige- https://www.elgato.com/en/wave-3
- TJ- https://www.theverge.com/podcasts
Transcribed
25 DEC 2024 · Returning guest, Ian Lavery from https://picovoice.ai/, joins the hosts to talk all things voice recognition. He dives into new languages the company has tackled over the last year (and what languages it plans to tackle next year), how they train their models, and how Picovoice is actually running speech recognition in the browser instead of in the cloud, making things like captioning live streams and real-time chats possible with some of its newer tech https://picovoice.ai/platform/cat/.
He also shares how he wrote a simple https://medium.com/picovoice/making-a-podcast-transcription-server-with-express-js-e73861f10660, in addition to Picovoice boasting specific SDKs for React, Angular and Vue.
Listen to Ian's first appearance on RRU https://podcasts.apple.com/cy/podcast/voice-recognition-in-react-ft-ian-lavery-rru-149/id1364741140 where he and the panel went deep into the specifics of voice recognition like security and privacy, understanding it in general, and using it sans big cloud providers.
Sponsors
- "Waldo, who helps with https://www.waldo.com/mobile-testing/types/android"
- https://topenddevs.com/resume
- https://topenddevs.com/book-club
- https://topenddevs.com/sign_up
Links
- https://www.linkedin.com/in/ian-lavery-507024120/
- https://medium.com/@ian_92829?source=user_profile------------------------------------- - Medium
- https://twitter.com/AiPicovoice
Picks
- Ian - https://mixpanel.com/
- Paige - https://en.wikipedia.org/wiki/Star_Trek:_Lower_Decks
- TJ - The Great British Bakeoff series
Transcribed
18 DEC 2024 · In today's episode, Lucas and Peter dive deep into the world of front-end frameworks with a captivating discussion featuring PRANTA Dutta, a seasoned React Native developer. Pranta shares his journey transitioning from Vue to React, highlighting both the challenges and advantages of React's manual configurations and rich third-party ecosystem. They explore the contrasts between frameworks like React, Angular, and Flutter, delving into the trade-offs between their built-in features and flexibility. From the complexities of using Flutter's custom canvas painting to the streamlined utilities for notifications and Firebase, we cover it all. They also tackle the ongoing debate of native versus hybrid mobile app development, with insights into the Kotlin Multiplatform project and the importance of choosing the right tools based on project needs.
Join them as they unravel the intricacies of React's success and shortcomings, discuss the merits of design patterns in both Flutter and React, and examine the responsibilities developers hold in shaping their applications. Stay tuned for a valuable conversation packed with industry insights and practical examples!
Links
- https://dev.to/pranta/why-react-won-the-front-end-race-4e55
Socials
- https://www.linkedin.com/in/theprantadutta/
Transcribed
11 DEC 2024 · In this episode of React Round Up we chatted with James Smith from Bugsnag. We talked about the importance of error monitoring and reporting, and how to actually implement those workflows in your production apps. James shared a number of tips for React developers, like what are the most common errors and how you can help prevent them (hint: linters help a lot). We also got into mobile, and what developers can do to protect against third-party SDK errors.
Picks
- TJ - https://www.amazon.com/What-Doesnt-Kill-Environmental-Conditioning/dp/1635652413/ref=asc_df_1635652413/?hvadid=312693971719&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=9051820&hvnetw=g&hvpone=&hvpos=&hvptwo=&hvqmt=&hvrand=17907832148439540120&hvtargid=pla-587174216555&linkCode=df0&psc=1&tag=hyprod-20
- James - https://fallguys.com/
Transcribed
4 DEC 2024 · Akash Joshi Is a frequent blogger across many of the larger blogs across the internet.
He joins the Round Up to share his opinions on how you should put your React applications together as well as some tips on where you shouldn't put files and where you should avoid putting specific types of files.
Some of this is inspired by projects like Next.js and others by his own experience. Paige and TJ chime in with their experience to help provide more context to the conversation.
Links
- https://thewriting.dev/p/learn-structuring-react-projects
- https://www.freecodecamp.org/news/a-better-way-to-structure-react-projects/
- https://thewriting.dev/p/improving-my-oss-library-and-taking
- https://www.akashj.com/
- https://thewriting.dev/
- https://www.youtube.com/channel/UCmU8DVp4QZ-9r5n2kh-RzBw
- https://twitter.com/thewritingdev
Picks
- Akash- https://amzn.to/3fJ3FjQ
- Paige- https://amzn.to/3pchhqO
- TJ- https://amzn.to/3c7nQ8U
Transcribed
27 NOV 2024 · Senior Frontend Engineer Kathryn Grayson Nanz joins the React Round Up team to talk about all things component libraries. Kathryn shares her experiences building not one but two component libraries, as well as tips and tricks on the benefits of shared libraries, how to get buy in from product and developer teams, the best way to set up libraries and keeping them up-to-date. She also shares pitfalls to try and avoid when getting started with building a new library. Definitely a good listen for anyone debating whether an existing library or a brand new, custom one is the way to go for a project.
Links
- https://bradfrost.com/blog/post/interface-inventory/
- https://storybook.js.org/
- https://bubbleupapp.com/
- http://kgrayson.com/
Picks
- TJ - https://www.strava.com/mobile
- Paige - https://www.costco.com/tresanti-47%22-adjustable-height-desk.product.100664030.html
- Kathryn - https://www.notion.so/product,
- Kathryn - https://getrocketbook.com/
Transcribed
20 NOV 2024 · Victory Dumebi Nwani joins the round up to discuss integrating the Dialogflow from Google Cloud into your application to manage voice and chat capabilities for your application.
Victory dives into the stack he used to put together a functioning app using that offering from Google.
Links
- https://www.smashingmagazine.com/2021/01/dialogflow-agent-react-application/
- https://cloud.google.com/dialogflow/docs
- https://www.margo-group.com/en/news/a-brief-introduction-to-chatbots-with-dialogflow/
- https://cloud.google.com/dialogflow/pricing
- https://www.linkedin.com/in/victory-nwani-b820b2157/
- https://github.com/vickywane
- https://twitter.com/iamnwani01
Picks
- Jack- https://www.residentevil.com/village/us/
- Paige- https://mariokart8.nintendo.com/
- TJ- https://amzn.to/3DBdXfF
- Victory- https://aws.amazon.com/codedeploy/
Transcribed
Transitioning a React Codebase from JSX to TypeScript ft. Priscila Oliveira and Mark Story - RRU 274
14 NOV 2024 · Priscila Oliveira and Mark Story join the panel to discuss the recent transition at Sentry from vanilla JavaScript to React and TypeScript.
The show starts out with the panelists nerding out over Sentry and how they use it, then they dive into the code transition and the things that they learned from their conversion to TypeScript.
Links
- https://blog.sentry.io/2021/04/12/slow-and-steady-converting-sentrys-entire-frontend-to-typescript
- https://twitter.com/getsentry/
- https://twitter.com/mark_story/
- https://twitter.com/priscilawebdev
Picks
- Jack- Power of saying "No"
- Mark- https://github.com/neovim/nvim-lspconfig
- Mark- https://github.com/glepnir/lspsaga.nvim
- Priscila - https://github.com/clauderic/dnd-kit
- TJ- https://getdivvy.com/
Join “React Round Up” Supporters Club
Start supporting this podcast and become part of their community.
Stay current on the latest innovations and technologies in the React community by listening to our panel of React and Web Development Experts.
Information
Author | Charles M Wood |
Organization | Top End Devs |
Categories | Technology , Careers , How To |
Website | topenddevs.com |
chuck@topenddevs.com |
Copyright 2025 - Spreaker Inc. an iHeartMedia Company