React Universe On Air

Callstack
undefined
Oct 26, 2023 • 51min

Open Native and Universal Native Modules With Jamie Birch | React Universe On Air #29

✨ In September 2024, The React Native Show has become React Universe On Air ✨  In this episode, we dive deep into the practicalities of using native modules across different ecosystems with Open Native. Our guest, Jamie Birch (@LinguaBrowse), the creator of React Native Script, explains the pressing problems in this area and how Open Native aims to solve them. Throughout this discussion, we cover: ➡️ the current challenges with cross-platform development and native modules ➡️ the inception of Open Native and the problems it aims to address ➡️ the practical steps taken within the React Native ecosystem and NativeScript community toward the implementation of Open Native ➡️ what Open Native is, what its functionalities are, and how it impacts developers working across different platforms ➡️ the potential of Open Native and how it can further improve the landscape of cross-platform development This episode is a comprehensive resource for software developers interested in understanding the role of Open Native and native modules in cross-ecosystem compatibility. If you’re looking to explore the potential of a common format for native modules and the feasibility of sharing work across different ecosystems, you’ve come to the right place. Check out other episodes of our podcast 🎧https://hubs.li/Q026d97l0 Follow us on Twitter 🐦 https://twitter.com/callstackio
undefined
Oct 11, 2023 • 56min

Improving Developer Experience with Expo | React Universe On Air #28

✨ In September 2024, The React Native Show has become React Universe On Air ✨  In this episode, we delve into Expo’s potential to reshape the future of React Native development and enhance the developer experience. Our guests are Jon Samp, Head of Product at Expo, and Cedric van Putten, a Software Engineer at Expo. Together, we'll go on a journey through: ➡️ the origins of Expo and its evolution into a well-known framework for making universal native apps for Android, iOS, and the web with JavaScript and React ➡️ insights into how Expo functions as both a product and a framework ➡️ a practical walkthrough of starting and deploying a project with Expo ➡️ a closer look at the features of Expo: debugging tools, Expo Router, Config Plugins, and libraries ➡️ a deep-dive into Expo App Services (EAS) for streamlined development and delivery and the roadmap for EAS's future features ➡️ what's next for Expo Tune in to learn how Expo can help you build React Native apps faster and more efficiently. Check out other episodes of our podcast 🎧 https://hubs.li/Q0210B4R0 Sign up for our newsletter for developers and tech leaders 📧 https://hubs.li/Q0210B4R0 Follow us on Twitter 🐦 https://twitter.com/callstackio
undefined
Sep 27, 2023 • 37min

React Native news, insights & gossip with React Native Radio | React Universe On Air #27

In this special crossover episode of React Universe On Air (formerly known as The React Native Show Podcast), we join forces with React Native Radio to bring you a lively discussion on all things React Native. Following two intense days of React Native EU 2023, Łukasz Chludziński (@loginlukasza) from Callstack and Jamon Holmgren (@jamonholmgren) from Infinite Red got together to delve into the gossip and current events surrounding React Native, providing valuable insights from their experiences working with clients and contributing to the community. Here's what you can expect from this information-packed episode: ➡️ Core Contributor Summit 2023: Insights into how the people and businesses contributing to React Native are shaping the ecosystem. ➡️ New Debugger: Explore the transition from Flipper to the new debugger and how it benefits the developer experience. ➡️ React Native 1.0: Learn about the journey towards a stable, shared architecture and potential productization. ➡️ Evolution of Expo: Discover the latest features and perspectives on Expo from a tech & business standpoint. ➡️ Static Hermes: Delve into the limitations and opportunities of static Hermes. ➡️ New Architecture: Uncover the transition to an interop layer and compatibility in React Native. Tune in now to stay up-to-date with the latest happenings and get all the juicy details! Check out other episodes of our podcast 🎧 https://hubs.li/Q022n2Ll0 Sign up for our newsletter for developers and tech leaders 📧 https://hubs.li/Q022n2HC0 Follow us on Twitter 🐦 https://twitter.com/callstackio
undefined
Sep 19, 2023 • 1h 5min

Jarred Sumner on Bun: hyperfast JavaScript toolkit | React Universe On Air: Coffee Talk #14

✨ In September 2024, The React Native Show has become React Universe On Air ✨  Unless you live under a rock, you must have heard about the recent release of Bun 1.0. For those of you who somehow missed that announcement, Bun is a fast, all-in-one toolkit for running, building, testing, and debugging JavaScript and TypeScript, from a single file to a full-stack application – and as of September 8, it’s finally stable and production-ready. Much like the rest of the community, we’re pretty excited about the release and Bun in general – and we’re even more excited to have the brain behind it all, Jarred Sumner, as our next Coffee Talk guest. Together, we discuss: • Bun’s origins, primary purpose, and core features • the inner workings of Bun, including its use of Zig and the factors that contribute to its lightning-fast performance • the toolkit’s versatility and potential as a replacement for Node.js • Bun's role within the JavaScript and React Native ecosystem, including its relationship with Metro and the benefits it brings to React and React Native developers • the journey towards Bun 1.0, including the work style at Oven, the lessons learned, and the influence of a significant investment on the project's future Tune in, try Bun 1.0, and let us know how it works for you! Check out other episodes of our podcast 🎧 https://hubs.li/Q022w5Kk0 Sign up for our newsletter for developers and tech leaders 📧 https://hubs.li/Q022w5Tl0 Follow us on Twitter 🐦 https://twitter.com/callstackio
undefined
Sep 11, 2023 • 48min

Vim: From Zero to Hero | React Universe On Air: Coffee Talk #13

Welcome to a new episode of React Universe On Air's (formerly known as The React Native Podcast Show) Coffee Talk! Join us as we explore Vim, the legendary and controversial text editor. Discover the origins of Vim, its standout features, and how it can elevate your coding efficiency (no jokes here). In this episode, Kuba (@bionanek), Burak (@_atlj), Jan (@jaworek3211), and Lucas share their personal experiences with Vim, detailing what sparked their interest and how they navigated the initial learning curve. They also highlight Vim's powerful motion commands, command-line editing, and integration across major IDEs, as well as discuss the pros and cons of using Vim, exploring specific use cases where it excels (including React Native and Open Source projects). Whether you're a seasoned Vim user or new to this legendary text editor, this episode provides valuable insights and practical tips to help you harness the power of Vim effectively. You can find the resources mentioned in the episode on our website ➡️ https://hubs.li/Q021LCqL0
undefined
Aug 24, 2023 • 37min

Introducing E2E tests to React Native core | React Universe On Air #26

This episode of React Universe On Air (formerly known as The React Native Show), delves into the recent introduction of End-to-End (E2E) testing in the React Native core. Join us as we unpack the thought process, technical considerations, and practical implementation of this new approach to testing in React Native. In conversation with Mateusz Ulańczyk and Szymon Rybczak, the people directly involved in making this solution a reality, we'll cover: - the context and need for improvement in testing within the React Native ecosystem - the goal and expected outcomes of introducing E2E testing - the technical stack behind RNTester-E2E, including Appium and WebDriverIO - the workflow of RNTester-E2E in practice and how it operates on every PR - future plans for RNTester-E2E, including community involvement, device farm integration, and screenshot testing This episode will give you a candid look at how E2E tests in RNTester can help reduce regressions, speed up releases, and ultimately lead to a more robust codebase. Tune in, and enjoy a more stable codebase and more pleasant work! You can find the resources mentioned in the episode on our website ➡️ https://hubs.ly/Q0204Z_D0 Check out other episodes of our podcast 🎧 https://hubs.li/Q01_BPMB0 Sign up for our newsletter for developers and tech leaders 📧 https://hubs.li/Q01_BPV-0 Follow us on Twitter 🐦 https://twitter.com/callstackio
undefined
Aug 10, 2023 • 55min

Databases for Mobile Apps: React Native & Realm | React Universe On Air #25

✨ In September 2024, The React Native Show has become React Universe On Air ✨  Join Łukasz Chludziński (@loginlukasza) and Andrew Meyer (@takameyer) as they explore the realm (see what we’ve done there?) of databases for mobile applications, focusing specifically on React Native applications built with Realm & MongoDB. In this episode, we cover the following topics: • a brief history of mobile databases and the road from Nokia to Realm • the overview of database options for mobile applications from the least to the most complex • a deep–dive into Realm SDK for React Native, from benefits and use cases to features, usage details, and resources for developers • future plans for Realm You can find the resources mentioned in the episode on our website ➡️ https://hubs.li/Q01-GGVb0 If you enjoyed this episode, give it a thumbs-up on YouTube or rate it on a podcast app of your choice. We’re also counting on your feedback and suggestions for other topics to discuss on the podcast 🙌 Check out other episodes of our podcast 🎧 https://hubs.li/Q01ZKYd_0 Sign up for our newsletter for developers and tech leaders 📧 https://hubs.li/Q01ZKYf80 Follow us on Twitter 🐦 https://twitter.com/callstackio
undefined
Jul 24, 2023 • 1h 23min

React Native at scale with Jacob Suñol (Abbott) | React Universe On Air #24

✨ In September 2024, The React Native Show has become React Universe On Air ✨  Join us in this episode as we delve into the world of React Native at scale with Jacob Suñol, an expert in healthcare technology from Abbott. Discover how React Native tackles the unique challenges faced by large healthcare organizations, revolutionizing the way teams collaborate, scale, and develop innovative solutions. In the second episode of the “React Native at scale” series, we explore the intersection of React Native and healthcare technology, uncovering the strategies and success stories shared by Jacob Suñol, Senior Director of Product Development at Abbott. Here's what you can expect to learn from our discussion: 1) Challenges faced by SMEs and enterprises in healthcare: • Overcoming silos and fostering collaboration • Agile transformation in large enterprises • Strategies for scaling teams effectively 2) Engaging third parties and building tech partnerships • Balancing in-house teams and external partnerships • Choosing the right third-party tech partner • Maintaining consistency and quality in outsourced React Native development 3) Open source and legal considerations • Leveraging open source to boost organizational efficiency • Fulfilling social responsibility through community contributions • Legal constraints in the healthcare industry 4) Building Software as a Medical Device (SaMD) with React Native • Navigating regulatory compliance in SaMD development • Evaluating technology maturity in healthcare applications • Performance in SaMD and React Native Tune in to gain valuable insights from Jacob Suñol's experience and discover how React Native can revolutionize businesses at scale, particularly in the healthtech industry. Ready to leverage the power of React Native at scale for your organization? Explore our comprehensive software consulting services and get in touch with us 👉 https://hubs.ly/Q01XL3S40 Check out other episodes of our podcast 🎧 https://hubs.li/Q01XL3Pf0 Sign up for our newsletter for developers and tech leaders 📧 https://hubs.ly/Q01XL3Pg0 Follow us on Twitter 🐦 https://twitter.com/callstackio
undefined
Jul 12, 2023 • 45min

Stack Overflow Developer Survey 2023 | React Universe On Air: Coffee Talk #12

✨ In September 2024, The React Native Show has become React Universe On Air ✨  In this episode, Jakub and Tomasz delve into the latest Stack Overflow Developer Survey, sharing our impressions and providing commentary on the findings. Join them as they explore the trends, preferences, and challenges faced by developers worldwide. Our hosts discuss it all, focusing particularly on things like: online resources & courses to learn how to code most popular technologies cloud platforms web frameworks and technologies other frameworks and libraries integrated developer environments synchronous tools AI search tools & developer tools Is JavaScript still the most popular technology? Do programming pros and beginners love the same cloud platforms? Is jQuery a thing of the past? And who uses Whatsapp for work? Tune in to find answers to all these questions. Enjoy the vibe? Join our team 🙌 https://hubs.li/Q01X6YQv0 Check out other episodes of our podcast 🎧 https://hubs.li/Q01X6YQt0 Sign up for our newsletter for developers and tech leaders 📧 https://hubs.li/Q01X6YRm0 Follow us on Twitter 🐦 https://twitter.com/callstackio
undefined
Jun 27, 2023 • 1h 7min

React Native at scale with Matt Hargett | React Universe On Air #23

✨ In September 2024, The React Native Show has become React Universe On Air ✨  In this episode, we take a closer look at how React Native fits into the enterprise picture from the perspective of derisking large-scale projects. We do that by discussing the vast experience of our guest, Matt Hargett, a 25-year veteran in Product and Technology Leadership who’s have taken an active role in reducing the ongoing operating costs and delivery times of some of the largest tech companies in Silicon Valley, including Roblox, PlayStation, and BlueJeans Network, just to name a few. Matt and Łukasz discuss things like: ➡ setting performance optimization goals in large organizations, where you need to juggle multiple priorities, from feature development to user experience and performance ➡ strategies and processes for maximizing the chances of performance optimization success and derisking projects for SMEs and enterprises ➡ opportunities and challenges of bringing in React Native into large-scale projects for performance optimization ➡ best practices for adding new capabilities or technology to an enterprise project with training from consultancies like Callstack ➡ making purposeful, sustainable, and future-proof tech stack choices – and how open source technologies fit into that ➡ the possibilities and effects of bringing React Native into other languages Tune in now to dig deeper into React Native at scale – and if you’re looking to futureproof your app with the technology that belongs to the React & React Native universe, give us a shout 👉https://hubs.li/Q01Vfb0R0 Get actionable tips on optimizing your React Native app performance at our next webinar 🧠 https://hubs.li/Q01VfbwR0 Check out other episodes of our podcast 🎧 https://hubs.li/Q01Vf9WY0 Sign up for our newsletter for developers and tech leaders 📧 https://hubs.li/Q01Vfb0r0 Follow us on Twitter 🐦 https://twitter.com/callstackio

The AI-powered Podcast Player

Save insights by tapping your headphones, chat with episodes, discover the best highlights - and more!
App store bannerPlay store banner
Get the app