Apoya el Podcast
Contactos
Información
Stay current on the latest innovations and technologies in the React community by listening to our panel of React and Web Development Experts.
Apoya el Podcast
Transcrito
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/
Transcrito
6 NOV. 2024 · Despite JavaScript being a single-threaded language, you can now leverage multi-threaded computing thanks to modern browser features such as web workers, workouts and service workers. In this show, Majid explains how these features work and what problems they solve. We also discuss the strategies you can use to introduce them to production codebases and give your users a much more enjoyable experience on your web app.
Links
- https://github.com/GoogleChromeLabs/comlink
- https://developers.google.com/web/tools/workbox
- https://www.figma.com/
- https://docs.assemblyscript.org/
- https://developers.google.com/web/updates/2016/05/houdini#worklets
Picks
- Majid - Follow Majid on Twitter > https://twitter.com/mhadaily
- Majid - https://www.amazon.com/Deep-Work-Focused-Success-Distracted/dp/1455586692
- Carl - https://thewebplatformpodcast.com/194-off-the-main-thread
- Charles - https://goatmilkstuff.com/
- Charles - https://apps.apple.com/us/app/flip-timer-stopwatch/id1304344207
- Charles - https://amzn.to/3eiTUWZ
- Paige - https://www.dji.com/phantom-4-adv?site=brandsite&from=landing_page
- Paige - https://www.netflix.com/title/80117552
- TJ - https://www.sweetfarm.org/goat-2-meeting
Transcrito
30 OCT. 2024 · In today’s episode of React Round Up, Nigerian-based developer Dillion Megida explains how you can create source plugins for Gatsby, the static site generation tool. Gatsby can be used to create landing pages, blogs and e-commerce sites, among other things, and it contains a vast plugin ecosystem that helps developers avoid reinventing the wheel when creating their applications. Dillion also shares his experience blogging for websites such as LogRocket, FreeCodecamp and Dev.to and talks us through his workflow and how he comes up with new article ideas.
Links
- https://dillionmegida.com/p/create-gatsby-source-plugin/
- https://www.paigeniedringhaus.com/
- https://www.gatsbyjs.com/plugins
- https://thewebfor5.com/
- https://dillionmegida.com/p/web-share-api/
- https://blog.logrocket.com/a-deep-dive-into-queues-in-node-js/
- https://www.gatsbyjs.com/plugins/gatsby-source-medium/
- https://hashnode.com/
- https://twitter.com/iamdillion?lang=en
- https://dillionmegida.com/
Picks
- Carl- https://www.youtube.com/watch?v=VeWLTjZY8i8&t=359s
- Carl- https://jamstack.email/
- Dillion- https://www.cypress.io/
- Paige- https://optimate1.com/prod/chargers/?filters=power%5B100-240vac-type-c-eu%5Dregion%5Bca-ca%5Dproduct_cat%5Bchargers%5D
- TJ- https://www.remotion.dev/
- TJ- https://www.telerik.com/react-wednesdays/remotion-a-react-framework-for-making-videos
Transcrito
24 OCT. 2024 · In this episode, they dive deep into the world of event sourcing with special guest, Luis Galeas, CEO and founder of Ambar. Lucas Paganini, along with Chris and Peter explore the intricacies of event sourcing, comparing front-end implementations using Redux and back-end approaches, and highlighting the benefits, drawbacks, and practical applications.
Luis shares his expertise on event sourcing, discussing how events act as the primary source of truth and the importance of understanding system boundaries for scalability. The conversation covers essential tools, frameworks, and strategies to effectively implement event sourcing in both your development processes and organizational strategies.
Whether you're new to event sourcing or looking to deepen your understanding, this episode offers invaluable insights and practical advice to help you navigate this complex but rewarding architecture. Tune in to learn more about how event sourcing can transform your approach to managing application changes, ensuring scalability, auditability, and minimizing regressions. Don't miss out on this opportunity to hear from experts in the field and discover how to leverage event sourcing for your next big project!
Socials
- https://www.linkedin.com/in/galeaspablo/
Transcrito
16 OCT. 2024 · This week the panelists dive into their work backgrounds and discuss the ins and outs of working at small and large companies. They aim specifically at whether one is better than the other for building a career.
Picks
- Jack- https://virtualcoffee.io/
- Paige- https://magpi.raspberrypi.org/books/beginners-guide-4th-ed
- TJ- https://matthewpalmer.net/rocket/
Transcrito
9 OCT. 2024 · React Hook Form is a terrific way to manage state in, from, and through, your forms in React. Since React itself doesn't give you much to manage forms, React Hook Form steps into the gap to help you manage your forms and provide features and functionality to your forms.
Our guest, Vijit Ail worked through several of the options out there for managing states and walks the panel through his decision to use React Hook Form.
Links
- https://react-hook-form.com/
- https://redux-form.com/8.3.0/
- https://formik.org/
- https://bundlephobia.com/
- https://typeorm.io/#/
- https://nestjs.com/
Picks
- Jack- https://nx.dev/
- TJ- https://supermario3dworld.nintendo.com/
- Vijit- https://www.udemy.com/course/microservices-with-node-js-and-react/
Transcrito
2 OCT. 2024 · In today’s show, frontend engineer Tyler Hawkins shares his tips on how you can write clean, maintainable and readable code. Using the examples from his article on the same subject, he explains the importance of using clean code principles to make it easier for different developers to collaborate on a codebase. Tyler also discusses how you can better structure your tests and have more confidence in how they are written.
Links
- https://betterprogramming.pub/8-ways-to-write-clean-react-code-610c502ccf39
- https://kentcdodds.com/blog/use-ternaries-rather-than-and-and-in-jsx
- https://github.com/getify/You-Dont-Know-JS
- https://betterprogramming.pub/clean-code-with-unit-tests-5f28020828a5
- http://tylerhawkins.info/201R/
- https://thawkin3.medium.com/
- https://github.com/thawkin3
- https://www.linkedin.com/in/tyler-hawkins-2b147513b/
- https://twitter.com/thawkin3
Picks
- Carl- Time away from the screens
- Jack- https://github.com/pmndrs/jotai
- Tyler- https://amzn.to/3cIqNxd
Transcrito
25 SEP. 2024 · In this episode, Lucas, Chris, and Peter are joined by Colby Fayock, the Director of Developer Experience Engineering at Cloudinary and a content creator.
Join them as they dive deep into the world of AI-powered WYSIWYG editors for React. They explore the practicality of running AI models locally versus on remote servers, discover Google's innovative browser-based AI models in Chrome, and discuss the versatility and editor compatibility with formats like JSON and Markdown. They also touch on integrating AI functionalities securely using serverless functions and backend APIs, ensuring solid security without exposing sensitive API keys.
Colby shares his experience with using storage formats like HTML and JSON in richer content editors, the flexibility of customizing styles and commands, and the potential applications outside of just being a Notion alternative. They also delve into UX trends toward integrated editing experiences and the practical challenges it may present.
Towards the end, Colby talks about his upcoming full stack Next.js 15 course featuring authentication, database management, and payment options. This episode is packed with valuable insights for developers aiming to enhance their front-end capabilities and integration of AI functions. Stay tuned as we unravel the future of rich-text editing and AI in modern web development.
Social MediaUnvoid
- LinkedIn @unvoidweb https://www.linkedin.com/company/unvoidweb
- Instagram @unvoidweb https://www.instagram.com/unvoidweb
Lucas Paganini
- YouTube @lucaspaganiniweb https://youtube.com/@lucaspaganiniweb
- LinkedIn @lucaspaganiniweb https://www.linkedin.com/in/lucaspaganiniweb
- Twitter @lucaspaganini https://twitter.com/LucasPaganini
- Instagram @lucaspaganini https://www.instagram.com/lucaspaganini
Chris Frewin
- https://github.com/princefishthrower https://github.com/princefishthrower
- https://chrisfrew.in/ https://chrisfrew.in/
Peter Osah
- https://www.linkedin.com/in/peter-osah-744118179/ https://www.linkedin.com/in/peter-osah-744118179/
https://www.linkedin.com/in/colbyfayock/
- LinkedIn @colbyfayock https://www.linkedin.com/in/colbyfayock/
Transcrito
4 SEP. 2024 · Chris Laughlin joins the round up to discuss how to use the WebKit Speech Recognition API to interact with your react applications. This opens up a wide range of capabilities for web and React applications.
Links
- https://www.sitepoint.com/voice-search-react/
- https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API/Using_the_Web_Speech_API
- https://github.com/streamich/react-use
- https://getrecut.com/
- https://www.descript.com/
- https://svelte.dev/
- https://www.netlify.com/
- https://copilot.github.com/
- https://github.com/chrislaughlin
Picks
- Carl- Subscribing to different newsletters
- Chris-https://www.scriptkit.com/
- Jack- https://github.com/solidjs/solid
- Paige- https://www.logitech.com/en-us/products/keyboards/mx-keys-wireless-keyboard.920-009294.html
- TJ- https://amzn.to/3i5P2qD
Transcrito
30 AGO. 2024 · In today's episode, they dive deep into the intricacies of creating a seamless image zoom functionality with our special guest, Robert Pierce, a seasoned software engineer with 13 years of experience and the mastermind behind the popular React Medium Image Zoom library.
They tackle the challenges of zooming in on images while maintaining quality, elaborate on accessibility concerns, and discuss the technical hurdles, including those pesky Safari issues. They also explore the efforts to make clickable content accessible to all users, converting images into modal elements, and the journey from version 4 to version 5 of the library.
Robert shares his experiences with maintaining this open-source project, the community's role, and his attempts to create a monorepo supporting various frameworks. We touch on the complexities of scaling, customizing dialog elements, and the potential future developments for the project.
Join them as they discuss the blend of native functionalities, accessibility, and the pursuit of a perfect user experience. Whether you're a developer interested in modern technologies, web component integration, or just curious about the behind-the-scenes of an open-source project, this episode has something for you. Let's zoom into the details!
Links
- https://github.com/rpearce/react-medium-image-zoom
Social MediaUnvoid
- LinkedIn @unvoidweb https://www.linkedin.com/company/unvoidweb
- Instagram @unvoidweb https://www.instagram.com/unvoidweb
Lucas Paganini
- YouTube @lucaspaganiniweb https://youtube.com/@lucaspaganiniweb
- LinkedIn @lucaspaganiniweb https://www.linkedin.com/in/lucaspaganiniweb
- Twitter @lucaspaganini https://twitter.com/LucasPaganini
- Instagram @lucaspaganini https://www.instagram.com/lucaspaganini
Chris Frewin
- https://github.com/princefishthrower https://github.com/princefishthrower
- https://chrisfrew.in/ https://chrisfrew.in/
Peter Osah
- https://www.linkedin.com/in/peter-osah-744118179/ https://www.linkedin.com/in/peter-osah-744118179/
Robert Pearce
- https://www.linkedin.com/in/brandonbayer1/@RobertPearce https://github.com/rpearce
Únete al Supporters Club de "React Round Up"
Empieza a apoyar este podcast y forma parte de su comunidad.
Stay current on the latest innovations and technologies in the React community by listening to our panel of React and Web Development Experts.
Información
Autor | Charles M Wood |
Organización | Charles M Wood |
Categorías | Tecnología , Profesiones , Paso a paso |
Página web | topenddevs.com |
chuck@topenddevs.com |
Copyright 2024 - Spreaker Inc. an iHeartMedia Company