Episodes
I spent a lot more time with React Server Components including porting a site to them and deploying! In this episode join me as I describe an in-depth experience with React Server Components and conclude with my real thoughts on where they are good but also where they fall short and what we might expect for the future of React! Links PatreonMy Book - Foundations of High Performance Reactthereactshow.comthereactshow.com source codeClimate ConfidentWith a new episode every Wed morning, the...
Published 02/10/23
I think using TypeScript actually makes your program worse even when it is supposed to be making your programs better. Links My Book - Foundations of High Performance Reactthereactshow.comAfterShow on PatreonClimate ConfidentWith a new episode every Wed morning, the Climate Confident podcast is weekly podcast...Listen on: Apple Podcasts   Spotify What’s YOUR Best PriceOur goal is to educate & entertain while helping you to drive away with YOUR best price!Listen on: Apple Podcasts  ...
Published 02/07/23
In my first programming job, the CEO of the company was so happy with my coworker and I they flew us in their private jet. This is the story of that job: how much money I made and what I learned! Links PatreonMy Book - Foundations of High Performance ReactEdited by: The Podcast Editorthereactshow.comDev InterruptedWhat the smartest minds in engineering are thinking about, working on and investing in.Listen on: Apple Podcasts   Spotify Queens On A RollThis podcast was created to educate...
Published 02/03/23
Evan Walter joins us to discuss a transition from a career in electrical engineering to React and web development. We also discuss Evan's experience starting out as a contractor and what that was like for someone with little experience in the field. Links https://www.evanwalter.dev/My Book - Foundations of High Performance ReactEdited by: The Podcast Editorthereactshow.com Dev InterruptedWhat the smartest minds in engineering are thinking about, working on and investing in.Listen on: Apple...
Published 01/31/23
React Sever Components are going to change so much of how we use and write React programs. In this episode we start to dive into Server Components and my journey using them to build an app. Links Aftershow On PatreonMy Book - Foundations of High Performance ReactEdited by: The Podcast Editorthereactshow.comDev InterruptedWhat the smartest minds in engineering are thinking about, working on and investing in.Listen on: Apple Podcasts   Spotify Support the show
Published 01/20/23
What's it like to learn React while also working a full-time job? In this episode we join Jane on her journey to learn React while also working full-time. We join her in the triumph of building her first React app but also many struggles and pitfalls along the way from outdated React documentation to not understanding that React is not always so easy to integrate with non-React libraries. Links PatreonMy Book - Foundations of High Performance ReactEdited by: The Podcast...
Published 01/13/23
What is it like to port a React Native app to React for Web? In this episode we join Thomas on a journey to do just that. Along the way we discuss how testing and useEffect are possibly the worst parts about React and how you can use them in the best ways. Show Notes PatreonMy Book - Foundations of High Performance Reactthereactshow.comDive deep into the motivations and mechanics behind some very successful people.Risk takers, dreamers, business folk and believers discuss the journey toward...
Published 12/30/22
2022 was a big year for React! We round-up the major developments in this recap and take a look at the ground-breaking changes that are laying the foundation for the future of React: server components. Show Notes PatreonMy Book - Foundations of High Performance React - 30% of through Jan 1st - code: HOLIDAY30thereactshow.comTanStack Query v4: https://tanstack.com/query/v4TanStack Router: https://tanstack.com/router/v1NextJS 13: https://nextjs.org/blog/next-13Remix: https://remix.run/Shopify...
Published 12/23/22
React news Roundup For December 2022: fun with ChatGPT, new SRW release, WASP React app builder DSL release, Multi-factor auth for CI, React Bricks visual CMS, and Flash in 2022! Links PatreonMy Book - Foundations of High Performance...
Published 12/21/22
Have you ever wondered how React works internally? Or what happens when React “renders”? I did and embarked on a journey to build my own version of React and dive deep into the source code of React itself to better understand exactly what happens “under the covers”. This is my story of that journey. Links PatreonMy Book - Foundations of High Performance Reactthereactshow.comRodrigo Pombo’s “Build Your Own React”React Reconciler Docs Deal By Me PodcastMy podcast is about sharing...
Published 12/16/22
Is Typescript really that important? Should you use it? Do I use it? Also, I recently got back into Svelte and share my thoughts on the experience and how it compares to React. Links PatreonMy Book - Foundations of High Performance ReactEdited by: The Podcast Editorthereactshow.comSvelteManufacturing MattersInsights and interviews discussing trends, innovations, and advanced automation technologyListen on: Apple Podcasts   Spotify Support the show
Published 12/09/22
How do you “think in React”? If you can think in React you’ll be able to build React applications quicker, easier, and in a more robust manner. But where does one start? What is the best method for building React components and applications in a manner that fits well with the design of React? Links PatreonMy Book - Foundations of High Performance ReactEdited by: The Podcast Editorthereactshow.comThinking in ReactDev InterruptedWhat the smartest minds in engineering are thinking about,...
Published 12/02/22
It's time to do a design analysis of cryptocurrencies and the technology they are built upon: blockchains. What are the design characteristics of cryptocurrencies and what problems are they good at solving? Are they good for currencies? How decentralized are they? LInks PatreonMy Book - Foundations of High Performance ReactEdited by: The Podcast Editorthereactshow.comDev InterruptedWhat the smartest minds in engineering are thinking about, working on and investing in.Listen on: Apple...
Published 11/25/22
Are you new to React or even new to programming in general but want to learn React? This is our concise-ish, opinionated guide to learning React. Between JavaScript, React, bundlers, JSX, code editors, npm or yarn, and more it can be extremely confusing when you first are trying to get started. The goal with this episode is to guide you through the path so you can learn React in the most efficient, pleasant, and fun way...
Published 11/13/22
If you or the previous programmer doesn't document what the code is intended to do it’s bad code and it won’t be maintainable in the long term. High quality, maintainable code must include high quality code comments. In this episode we look at why that is and how to do it. We also investigate if you can store React state outside of hooks or React classes. Links Twitter - The React ShowEdited by: The Podcast Editorthereactshow.comPatreon“Moving From React to htmx” a talk by David Guillot at...
Published 10/28/22
Are you more often correct than your boss? And what does that matter? Also, we have some fun experimenting with the performance of React compared to vanilla JavaScript and discuss why it does or does not matter.
Published 10/21/22
Micro-frontends have been gaining in popularity over the last few years. What actually are micro-frontends? Will they make your application better? Should you use them? We’ll do an analysis in this episode and answer those questions. Twitter - The React ShowEdited by: The Podcast Editorthereactshow.comPatreonShow Links Micro-frontends with Micheal GeersSelf Contained SystemsVertical DecompositionIKEA Case StudyReact TutorialReact Tutorial - Jennifer FuOpen ComponentsAmerican Express...
Published 10/14/22
FAQ on React! Twitter - The React ShowEdited by: The Podcast Editor
Published 09/23/22
We're finally going to dive into Remix and see what it's all about and if you should give it a try! Twitter - The React ShowEdited by: The Podcast EditorRemix
Published 09/09/22
Are you the expert on your team and struggle to get things done with a constant barrage of questions lobbed at you? Or are you new and unsure what you should ask others and when? In this episode we try to solve those questions from both sides! Links Twitter - The React ShowEdited by: The Podcast Editor
Published 08/26/22
What do you do when you built the wrong feature or product? When your boss or client is upset? Links React Native EU ConferenceReact Finland ConferenceReact India ConferenceReact Alicante Conference
Published 08/13/22
Twitter - The React ShowEdited by: The Podcast EditorReact Conf talk by Xuan HuangJoy UITanStack Query 4
Published 08/05/22
Nobody likes pages that jump around when loading or feel slow. How can we combat this in a measured fashion to create a smooth, enjoyable UX? News ZagJS: an exciting new library from the creator's of ChakraUI that could enable your components to be component-library agnostic!Next.js 12.2: exciting new features in Next.js 12.2 Links Code SplittingZagJSNext.js 12.2Next.js Layouts RFC
Published 07/22/22
What do you do when your users accidentally or even purposefully abuse your service or app? Links Twitter - The React ShowZag.jsNext.js 12.2Edited by The Podcast EditorMusic by prazkhanalNews Music by Muzaproduction
Published 07/15/22
Or at least my method to starting and following through! Foundations of High Performance React
Published 07/01/22