- Видео 47
- Просмотров 1 080 410
React Conf
США
Добавлен 3 дек 2021
React Conf 2024 Highlights
Co-hosted by Meta (www.meta.com) and Callstack (www.callstack.com/). See all React Conf 2024 talks here: conf.react.dev/talks
Thank you to React Conf 2024's sponsors:
💎 Diamond Sponsor
Shopify: remix.run/
🏆 Platinum Sponsor
Amazon: developer.amazon.com/apps-and-games?cmp=US_2024_05_3P_React-Conf-2024&ch=prtnr&chlast=prtnr&pub=ref&publast=ref&type=org&typelast=org
🥇 Gold Sponsors
Sentry: sentry.io/for/react/?
MUI: mui.com/?.react.dev&
Abbott: www.jobs.abbott/software
🥈 Silver Sponsors
Redwood: redwoodjs.com
Expo: expo.dev/
🌈 Diversity Sponsor
Vercel: vercel.com
Thank you to React Conf 2024's sponsors:
💎 Diamond Sponsor
Shopify: remix.run/
🏆 Platinum Sponsor
Amazon: developer.amazon.com/apps-and-games?cmp=US_2024_05_3P_React-Conf-2024&ch=prtnr&chlast=prtnr&pub=ref&publast=ref&type=org&typelast=org
🥇 Gold Sponsors
Sentry: sentry.io/for/react/?
MUI: mui.com/?.react.dev&
Abbott: www.jobs.abbott/software
🥈 Silver Sponsors
Redwood: redwoodjs.com
Expo: expo.dev/
🌈 Diversity Sponsor
Vercel: vercel.com
Просмотров: 5 325
Видео
Solve 100% of your errors | Ryan Albrecht
Просмотров 2,7 тыс.3 месяца назад
You know that annoying bug? The one that doesn’t show up locally, but people keep reporting over and over? And no matter how many times you try to recreate the environment you can’t reproduce it? You’ve gone through the breadcrumbs, read through the stack trace, and are now playing detective to piece together support tickets to make sure it’s real. Join Sentry developer Ryan Albrecht in this ta...
React Compiler Deep Dive | Mofei Zhang & Sathya Gunasekaran
Просмотров 3,2 тыс.3 месяца назад
Mofei Zhang | Meta Mofei started programming when she realized it can help her cheat in video games. She focused on operating systems in undergrad / grad school, but now finds herself happily tinkering on React. Outside of work, she enjoys debugging bouldering problems and planning her next backpacking trip(s). github.com/mofeiZ Sathya Gunasekaran | Meta Sathya hated the Dragon Book in school b...
Cross Platform React | Olga Zinoveva & Naman Goel
Просмотров 2 тыс.3 месяца назад
React Native, over its first decade, has enabled developers to create cross-platform native apps using web-based React skills, with significant success at Meta and beyond. In this talk we will share our vision for the next decade and the building blocks we've already put into place to achieve this vision. Olga Zinoveva | Meta Olga works as an engineering manager on the React team at Meta focusi...
RedwoodJS, now with React Server Components! | Amy Dutton
Просмотров 1,2 тыс.3 месяца назад
RedwoodJS, the full-stack, open source, React web application framework, has adopted React Server Components in a major architectural shift. By combining the strengths of SSR, streaming, Suspense, RSCs, and Server Actions, we have created a new version of Redwood that is both simpler and more capable. In this talk I will share the lessons we learned in implementing RSCs on top of Vite, and dig ...
React Rhythm & Blues | Lee Robinson
Просмотров 1,8 тыс.3 месяца назад
Learn how the latest React features create a harmony between the client and server. Lee Robinson | Vercel VP of Product at Vercel github.com/leerob leeerob This talk was given at React Conf 2024, co-hosted by Meta (www.meta.com) and Callstack (www.callstack.com/). See more React Conf 2024 talks here: conf.react.dev/talks Thank you to React Conf 2024's sponsors: 💎 Diamond Sponsor Sho...
And Now You Understand React Server Components | Kent C. Dodds
Просмотров 12 тыс.3 месяца назад
You want to keep up with the future of React. React has evolved over the years and continues to push the component model further and further. Out of all the evolutions of React, server components are certainly the biggest advancement. It expands the component model further than ever before and as a result, requires some rethinking. Seasoned React developers need to unlearn the way we used to do...
React for Two Computers | Dan Abramov
Просмотров 25 тыс.3 месяца назад
Dan Abramov | Bluesky Dan got into programming after he accidentally discovered Visual Basic inside Microsoft PowerPoint. He has found his true calling in turning Sebastian’s tweets into long-form blog posts. Dan occasionally wins at Fortnite by hiding in a bush until the game ends. github.com/gaearon dan_abramov This talk was given as a part of React Conf 2024, co-hosted by Meta (w...
Pigment CSS, CSS in the server component age | Olivier Tassinari
Просмотров 1,6 тыс.3 месяца назад
Server components are shaking up the CSS-in-JS ecosystem. Styled-components and Emotion are not compatible with it yet. But even then, CSS-in-JS libraries with a runtime impose a significant performance tax. In this lightning talk we will present the problem in more depth, all the options that the Material UI team explored, and why it eventually settled on Pigment CSS. Olivier Tassinari | MUI O...
React Conf Keynote (Day 1)
Просмотров 7 тыс.3 месяца назад
Joe Savona | Meta Joe was planning to major in math and philosophy but got into computer science after writing physics simulations in Matlab. Prior to React, he worked on Relay, RSocket.js, and the Skip programming language. While he’s not building some sort of reactive system he enjoys running, studying Japanese, and spending time with his family. github.com/josephsavona en_JS Laur...
Forget About Memo | Lauren Tan
Просмотров 3,3 тыс.3 месяца назад
Lauren Tan | Meta Lauren’s programming career peaked when she first discovered the marquee tag. She’s been chasing that high ever since. She studied Finance instead of CS in college, so she learned to code using Excel instead of Java. Lauren enjoys dropping cheeky memes in chat, playing video games with her partner, and petting her dog Zelda. github.com/poteto potetotes This talk wa...
React team Q&A
Просмотров 1,2 тыс.3 месяца назад
Michael Chan | Life enthusiast chantastic is a software engineer and community leader with a passion for education. As the host of React Podcast, he has shared insights from open source luminaries and engineer-creators. His curious and engaging style has helped aspiring engineers learn React. github.com/chantastic chantastic Lauren Tan | Meta Lauren’s programming career peaked when ...
Introducing Universal React Server Components in Expo Router | Evan Bacon
Просмотров 5 тыс.3 месяца назад
A first-look at React Server Components for native and web with Expo Router-the universal React framework. What does it look like when data fetching and server-driven UI are first-class primitives in React Native, and what kinds of experiences does this unlock? Server rendering native views, streaming UI, bundle splitting, and parallel data fetching come together in a unified system for all pla...
Let’s break React’s rules | Charlotte Isambert
Просмотров 1,9 тыс.3 месяца назад
"Do not call hooks conditionally," "Only call hooks from React functions" - you've known these rules for a long time, but do you know what really happens if you break them? Charlotte Isambert | BAM Charlotte is software engineer at BAM. She has been a React Native developer for 3 years. c_isambert This talk was given as a part of React Conf 2024, co-hosted by Meta (www.meta.com) and...
Vanilla React | Ryan Florence
Просмотров 21 тыс.3 месяца назад
In 2014 Ryan and Michael first published React Router. Over the past decade, React Router has been the backbone of countless React apps, and has provided a stable foundation for anyone building with React. More recently, React Router has grown into a full stack framework with some help from Remix and Shopify. This talk will explore what we've done to keep React Router up to date as React evolve...
Enhancing Forms with React Server Components | Aurora Walberg Scharff
Просмотров 1,1 тыс.3 месяца назад
Enhancing Forms with React Server Components | Aurora Walberg Scharff
Extending React Native Beyond Mobile & Desktop Apps | Chris Traganos & Anisha Malde
Просмотров 9823 месяца назад
Extending React Native Beyond Mobile & Desktop Apps | Chris Traganos & Anisha Malde
Demystifying accessibility in React apps | Kateryna Porshnieva
Просмотров 8883 месяца назад
Demystifying accessibility in React apps | Kateryna Porshnieva
React Unpacked: A Roadmap to React 19 | Sam Selikoff
Просмотров 5 тыс.3 месяца назад
React Unpacked: A Roadmap to React 19 | Sam Selikoff
React 19 Deep Dive: Coordinating HTML | Josh Story
Просмотров 1 тыс.3 месяца назад
React 19 Deep Dive: Coordinating HTML | Josh Story
Spatial computing with React | Michał Pierzchała
Просмотров 8733 месяца назад
Spatial computing with React | Michał Pierzchała
What's new in React 19 | Lydia Hallie
Просмотров 47 тыс.3 месяца назад
What's new in React 19 | Lydia Hallie
Real-time server components | Sunil Pai
Просмотров 1,6 тыс.3 месяца назад
Real-time server components | Sunil Pai
React 18 for External Store Libraries
Просмотров 20 тыс.2 года назад
React 18 for External Store Libraries