Byteconf

Mar 01, 2019 / Online

Talks

Concurrent React from Scratch (youtube.com)
May 15, 2020
In this talk, we’ll create an effective mental model of Concurrent React by building a tiny clone of React! We will start with a blank js file and learn about how React renders components, schedules Time-Slicing updates with a Work Loop, add Hooks, and end off with a mini-clone of Suspense!
Immersive cross-platform AR & VR User Experiences (youtube.com)
Dec 19, 2018
The aim of Talk is to inspire attendees to create immersive, lag free cross-platform content using ViroReact. The talk tries to optimize the complex pathway to learn AR/VR into a linear one by laying the foundation of basic principles of AR/VR UIs and Illusions(Plausibility, Place & Embodiment).
  • Pulkit Kakkar
Real-time Offline-ready Mobile Apps w/ React Native & AWS (youtube.com)
Dec 19, 2018
In this talk, I’ll demonstrate and discuss the more interesting and powerful functionality that AppSync offers and do so in a way that developers will walk away with a confident understanding of how AppSync works and can be extended to help them in their day to day. We'll also create & connect to a real AppSync API in a demo to demonstrate what we discussed in the talk in a live coding exercise.
Building mobile apps with Reason (youtube.com)
Dec 01, 2018
This is an introductory talk to building mobile experiences with Reason, by using React Native and its bindings, known as bs-react-native.
  • Mike Grabowski
Confident React (youtube.com)
Sep 02, 2018
We want to make sure that when we ship new code, our users can use the application. The best way we've found to do that is to write automated tests that run before we deploy a new version of the app. But if our tests aren't doing exactly what the user will do, then how do we really know that things will work when users interact with our apps?