Chain React 2018
Chain React was started in 2017 by the team at Infinite Red, who wanted nothing more than to learn from other React Native enthusiasts, eat great food, and nerd out about Redux vs MobX.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.
-
🎤 Keynote Simply React
- 📹 1 video
- 👤 Kent C. Dodds
One of the things I love about React is how easy it is to encapsulate UI code into a component. I love this because it makes reuse of those components easy. But is it simple? I've made my fair share of components that had to accept a bunch of props to handle a growing list of different use cases resulting in a complex render function full of conditional stat… -
🎤 All Together Now
- 📹 1 video
- 👤 TC Davis
Abstract Fragmented ecosystems, a lack of tooling, and secrecy concerns have encouraged us to make a sharp divide between open and closed source projects, but React Native projects can chart a third path. I’d like to talk about how moving more of your development into the public eye can enable new workflows and benefit both your project and the community. -
🎤 Debugging and Beyond with Reactotron
- 📹 1 video
- 👤 Darin Wilson
If you've spent any time with React Native, you've probably tried debugging your apps with Chrome. It's handy, it's familiar, it kinda works, but maybe you've thought "this could be better." And you're right: it can be. In this talk, you'll meet Reactotron, a free, open-source development tool for your React and React Native projects. You'll see how just a f… -
🎤 From Sketch to Code Designing a Component Kit
- 📹 1 video
- 👤 Samantha Bretous
Working on multiple enterprise projects that use the same components can get a little overwhelming. I will talk through how to create an effective work flow by showing examples of what worked and did not work for our team, from design QA to constant props. As well as how we tackled component documentation that stays up to date with API changes. Lastly we wil… -
🎤 Detox A year in. Building it, Testing with it
- 📹 1 video
- 👤 Rotem Mizrachi-Meidan
A year in, developing and using Detox in production taught us a lot. From designing its API to consuming it, testing real user scenarios to advanced mocking, we learned what makes sense when E2E testing an app and what doesn’t. In this talk, we’ll discuss how Detox works and what makes it deterministic, cover some advanced use cases and methodologies, go ove… -
🎤 Learning React Native as a Junior Engineer
- 📹 1 video
- 👤 Erin Fox
React Native is magical and it’s catching fire. What’s exactly is it? How does it work for iOS AND Android? Not only can you make universal components and save hundreds of lines of code, it allows developers to reuse code across the web AND mobile all with a smooth UI. -
🎤 Machine Learning And React Native
- 📹 1 video
- 👤 Ray Deck
Machine Learning can sound like it is just for big machines with lots of GPUs. But you can execute ML models on your phone! From React Native! And it's not that hard!We'll skip the neural network charts and focus directly on technologies that can run on your phone today to do cool things like Classify an image based on what you are looking at - and apply tha… -
🎤 Customize Your Boilerplate to Speed Up Development with Ignite
- 📹 1 video
- 👤 Adrien Thiery
In this talk, I will present how to create your custom boilerplate to use with ignite, looking at most of the options we can add (or make optional), to build an awesome boilerplate. Screen reader support enabled. -
🎤 React Native at Eaze Marijuana Delivered
- 📹 1 video
- 👤 Erica Cooksey
The legal cannabis industry is very new and constantly evolving. New local regulations are frequently introduced and app store policies are unclear. Over the past two years, we at Eaze have leveraged React Native for rapid development and iteration of our mobile presence. Our fleet-management app used by our delivery drivers as well as our consumer app have … -
🎤 How TypeScript Ruined My Life (In a Good Way)
- 📹 1 video
- 👤 Andy Mockler
TypeScript has totally changed the way I treat software development and I want to encourage others to give some kind of typed JavaScript a try. While my talk will largely focus on TypeScript (since it is the flavor I am most familiar with), I want to focus largely on the general benefits of type systems and the dev tools that are being built around them. -
🎤 ReasonML and You - A Fireside Chat with Mike
- 📹 1 video
- 👤 Mike Grabowski
ReasonML and You - A Fireside Chat with Mike Grabowski -
🎤 Be a React Native A11
- 📹 1 video
- 👤 Jen Luker
React Native is a platform that bridges the gap between web programming practices and native mobile technology. How does accessibility fit in when it doesn't quite belong in either camp? I'll cover some how-tos of React Native accessibility, provide some insight into testing, and how to convince leadership that the time spent is worth it. This talk is sure t… -
🎤 Organizing Code for Cross-Platform Web and Mobile Development
- 📹 1 video
- 👤 Robert Scarano
For teams that deliver code for the web, android, and iOS, we want to avoid writing all of our logic three times, in three different languages, across three different platforms. We will share how our team was successful in developing features of our platform that realized 70% business logic code re-use between web and mobile and even more re-use between Andr… -
🎤 Reactive Programming Demystified Drink the Kool-Aid
- 📹 1 video
- 👤 Tracy Lee
There will always be a new JavaScript framework to learn. Technology will continue to evolve and change, and developers will continue to rewrite applications. Wouldn't it be amazing if we could just copy paste 90% of our code from framework to framework?Well, you can. Reactive programming enables just this AND the ability to future proof your code.Not only c… -
🎤 The State of React Native
- 📹 1 video
- 👤 Ram N
React Native has been around for almost 5 years and has helped many developers build amazing Mobile Applications. In this talk, we will look at the current state of React Native with a whirlwind tool of its internals. We will also look at the upcoming changes in the architecture and how it plays well with React Fiber. -
🎤 GraphQL State Management for React Native
- 📹 1 video
- 👤 Peggy Rayzis
-
🎤 Strategies For Using React Native In A Brownfield App
- 📹 1 video
- 👤 Harry Tormey
Hot reloading--the ability to push over the air updates to published apps and the promise of having your app “just work” out of the box on Android as well as iOS--make React Native a tempting proposition for frontend developers. But what do you do when you have to integrate React Native into a large existing native code base?This talk is from the perspective… -
🎤 WebXR A New Dimension For The Web
- 📹 1 video
- 👤 Michaela Lehr
Writing 3D applications for the browser is possible since some years due to the WebGL API. But since Virtual Reality and Augmented Reality are getting more popular, web developers and designers now have a serious reason to get to know the 3D web, its APIs and design patterns In this talk you will learn how to create 3D applications in the browser, using Reac… -
🎤 Panel
- 📹 1 video
- 👤 Nadir Babit
-
🎤 Building AR Apps with React Native
- 📹 1 video
- 👤 Vladimir Novick
With the release of ARKit and ARCore by Apple and Google we see various Augmented reality apps created for iOS and Android. Have you ever wondered how you can create such apps in React Native? In this talk we will see how it can be done fairly easily. -
🎤 Using SVG in React Native
- 📹 1 video
- 👤 Ori Harel
Vector graphics is in fact the best way to provide great visualization and interaction combined. It exist on all platforms in some way or form, so it's just natural to use it in React Native. In this talk, I'll show you how I integrated the use of SVG with the opinionated component and state system of React, but in the same time keeping things highly perform… -
🎤 Good Enough Still Isn't Good Enough
- 📹 1 video
- 👤 Jani Eväkallio
React Native has helped teams ship some wonderful apps -- but also many really, really terrible ones. We know it can be done, but what makes the successful ones tick? As React Native scales the hype curve towards a mainstream plateau, we need to have a talk about its strengths and weaknesses, and our responsibility as developers to make our products, and Rea…