React.js öffentlich
[search 0]
Mehr
Download the App!
show episodes
 
Artwork

1
Rocket Ship

Simon Grimm

Unsubscribe
Unsubscribe
Monatlich+
 
Welcome aboard the Rocket Ship, the ultimate podcast voyage into the heart of React Native development with Simon Grimm! Whether you're a seasoned mobile app developer or just starting your journey, this is your go-to destination for all things React Native and Expo.
  continue reading
 
Artwork

1
React Round Up

Charles M Wood

Unsubscribe
Unsubscribe
Monatlich+
 
Stay current on the latest innovations and technologies in the React community by listening to our panel of React and Web Development Experts. Become a supporter of this podcast: https://www.spreaker.com/podcast/react-round-up--6102072/support.
  continue reading
 
Artwork

1
The Nikos Show

Nikos Katsikanis

Unsubscribe
Unsubscribe
Monatlich
 
𝙏𝙝𝙚 𝙉𝙞𝙠𝙤𝙨 𝙎𝙝𝙤𝙬 delivers your story and expertise to the world. It hosts expert-level conversations with people from various fields including tech, software, faith, philosophy, engineering and markets. Show host Nikos Katsikanis has a Msci in Biophysics (5 years advanced degree), 13+ years of software development experience and various entrepreneurial ventures. 📹 Selected shows are uploaded to YouTube and can be found here: https://www.youtube.com/c/QuantumInformation
  continue reading
 
Artwork

1
The Undefined Podcast

Jared Palmer & Ken Wheeler

Unsubscribe
Unsubscribe
Monatlich
 
The only engineering podcast with a 2 drink minimum! Full stack developers Jared Palmer and Ken Wheeler have peer-to-peer conversations with world-class engineers about software development.
  continue reading
 
Artwork

1
XDuce Corporation

XDuce Corporation

Unsubscribe
Unsubscribe
Monatlich
 
XDuce provide develop solutions that help businesses expand enhance productivity and strengthen data security. We deliver software development and enterprise app development for banking, insurance, healthcare, and non-profit industries.
  continue reading
 
Weekly Code Quickies is a podcast designed for programmers and developers of all skill levels. Each episode is a bite-sized, quick-hit of valuable information and tips on a specific programming languages, back to front-end frameworks, best tools, emerging technologies, and best practices for working remotely. The podcast is perfect for those who are short on time but still want to stay up-to-date with the latest developments in the industry, including the latest tech news, new technologies, ...
  continue reading
 
Artwork

1
Theory and Craft

David Crawford and Chris Yang

Unsubscribe
Unsubscribe
Monatlich
 
Applying the theory of computer science to the craft of software engineering. Each episode we focus on one idea from computer science and try to understand how it fits into our world as professional programmers. Think of it as book club for coders.
  continue reading
 
Loading …
show series
 
We have a long overdue episode with just the hosts! Jamon, Robin, and Mazen are talking about the React Native 0.75 and 0.76 releases. There's a lot of exciting stuff in both of these releases, and they're going to highlight some of the most interesting stuff today! This episode is brought to you by Infinite Red! Infinite Red is an expert React Nat…
  continue reading
 
In this conversation, Simon Grimm and Britta Evans-Fenton discuss the importance of accessibility in React Native and mobile development. Britta shares her personal journey into accessibility, motivated by her grandmother's experience with macular degeneration. They explore the definition of accessibility, the consequences of neglecting it, and the…
  continue reading
 
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 wh…
  continue reading
 
Crossover episode event with Callstack's React Universe On Air and Expo! Mazen joins a crossover episode with Callstack’s Łukasz Chludziński and Expo’s Quin Jung to give React Native developers a guide to navigating Microsoft App Center’s retirement. The hosts discuss why App Center is sunsetting, key alternatives like Expo EAS and community option…
  continue reading
 
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 application…
  continue reading
 
What are my top 3 libraries? Which styling solution is the best? How can we build better universal apps for web, iOS and Android? In this special Q&A episode I answered tons of your questions about the current state of React Native, Expo and the future improvements like RSC or Expo DOM components and react-strict-dom. Learn React Native - https://g…
  continue reading
 
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- Virtual Coffee Paige- Raspberry Pi Beginner's Guide 4th Edition TJ- Rocket Become a supporter of this podcast: https://www.spr…
  continue reading
 
Ignite X is here! Frank Calise stops by, which means it's the start of Ignite season! After nearly a decade of React Native, Infinite Red's popular boilerplate is celebrating a huge milestone with a new release. Mazen and Frank break down everything that's new in Ignite X—don’t miss this deep dive into what’s new! This episode is brought to you by …
  continue reading
 
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 managi…
  continue reading
 
In this conversation, Simon Grimm interviews Mariusz Stanisz, a React Native developer, about the complexities and challenges of Brownfield integration in mobile applications. Mariusz shares his experiences, insights, and the potential benefits of integrating React Native into existing native applications. The discussion covers the technical aspect…
  continue reading
 
Our hosts Robin Heinze and Mazen Chami chat with Marc Rousavy about Nitro Modules, a powerful new tool that outperforms both Turbo Modules and Expo Modules. They discuss how its object-oriented design simplifies native module development and enhances React Native’s performance! This episode is brought to you by Infinite Red! Infinite Red is an expe…
  continue reading
 
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 bett…
  continue reading
 
Code: https://github.com/coderyansolomon/react-state In this video, we'll explore why React's useState hook is essential for building interactive user interfaces. Through a simple counter example, you'll see how relying on plain JavaScript variables fails to trigger UI updates when data changes. By the end, you'll understand how state management en…
  continue reading
 
In this episode, Mazen and Robin talk with Krzysztof Magiera about the newly launched React Native IDE. They highlight useful features like breakpoint debugging and preview mode, and discuss how it's simplifying workflows for developers. This episode is brought to you by Infinite Red! Infinite Red is an expert React Native consultancy located in th…
  continue reading
 
Learn how to handle events in React.js with this step-by-step tutorial, perfect for beginners. We'll cover essential techniques for managing button clicks, input changes, and form submissions in a simple, easy-to-follow format. By the end, you'll be equipped to confidently implement event handling in your React projects! Code: https://github.com/co…
  continue reading
 
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 innovati…
  continue reading
 
In this conversation, Simon Grimm interviews Oskar Franco about the new architecture in React Native. They discuss the current bridge concept, the need for a new architecture, and the three main components of the new architecture: Fabric, JSI, and CodeGen. They also talk about the challenges and benefits of migrating to the new architecture, the us…
  continue reading
 
Jamon Holmgren talks with guest Chris Ferdinandi about the highs and lows of living with ADHD as a developer. They discuss creative problem-solving, the pros and cons of medication, and how to use ADHD to your advantage in coding and life. This episode is brought to you by Infinite Red! Infinite Red is an expert React Native consultancy located in …
  continue reading
 
Back from React Universe 2024, Jamon, Mazen, and Derek recap the conference, where Mazen delivered an unforgettable first talk on internationalization. They discuss standout sessions, React Native trends, and more! This episode is brought to you by Infinite Red! Infinite Red is an expert React Native consultancy located in the USA. With nearly a de…
  continue reading
 
Steve Galili, lead software engineer at MyWheels, discusses the transition from the React Native Community CLI to Expo for their car-sharing platform. He highlights the benefits of Expo, such as easier development and maintenance, and the challenges of convincing the team and management to make the switch. Steve also shares insights into the techno…
  continue reading
 
In this episode, Robin talks with Krystof Woldrich from Sentry about boosting React Native apps with powerful tools like error monitoring, performance insights, and the new Session Replay, which lets developers see exactly what happened before a crash in real time! This episode is brought to you by Infinite Red! Infinite Red is an expert React Nati…
  continue reading
 
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 Adding Voice Search to a React Application Using the Web Speech API GitHub | streamich/react-use Recut Descript Svelte Netlify Github Co-…
  continue reading
 
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, e…
  continue reading
 
Robin and Mazen are joined by Gant Laborde to explore the world of on-device AI in React Native. They discuss ways of integrating AI on mobile devices, as well as how Infinite Red’s ML Kit simplifies the process—enabling developers to add advanced AI features with ease. This episode is brought to you by Infinite Red! Infinite Red is an expert React…
  continue reading
 
In this conversation, Simon Grimm interviews Gant Laborde, CIO at Infinite Red, about his role, his sci-fi novel, and the React Native Paradox. Gant explores the reasons behind React Native's success and its consistency and care as key factors. They also touch on the competition between React Native and Flutter, and the challenges faced by Google i…
  continue reading
 
Loading …

Kurzanleitung