Please enable JavaScript to use this page!

AllTalks site logo
🍔

React Advanced

Are you into React, React Native, GraphQL, Reason and hungry to learn from the best? React ecosystem and community have grown drastically in the last years, also did complexity of web and JavaScript Apps development. It's dangerous to follow this journey alone - connect with the global network of field experts and learn the behind the scenes insights directly. Engineers of any level are welcome, but be prepared for hardcore. Conference brought to you by creators of React Amsterdam and FocusReactive experts.

React Advanced

41 min

Keynote: Performance is magic

Ken Wheeler

This talk will explore strategies for fixing performance issues in your apps when they arise. We will look at how we can make our React apps “Blazing” fast, and when it’s time to bail out of React in…

React Advanced

33 min

React (with Hooks) from Scratch

Shawn Wang

In this talk, we’ll create an effective mental model of React Hooks by building a tiny clone of React! This will serve two purposes – to demonstrate the effective use of closures, and to show how you…

React Advanced

24 min

What a Drag

Vojtech Miksu

"Can we do this thing drag and droppable?". That’s one of the sentences that every front end developer fears the most. There are many DnD libraries out there but did you ever consider building someth…

React Advanced

27 min

Don’t Let Your Unit Tests Slow You Down

Daniel Irvine

Do your unit tests feel like a chore to maintain? Are they sometimes useful but come with a high maintenance cost? Do you secretly believe you’d work faster without them there? A great test suite sho…

React Advanced

30 min

Design Systems Design System

Siddharth Kshetrapal

This is a meta talk about building design systems and all the angles you can approach it from. The description is a little vague, I’ll refine it as I form the talk. Working description: ""Design syst…

React Advanced

20 min

A More Readable React Codebase Using TypeScript, GraphQL, and Hooks

Emma Brillhart

We’ve all looked at a chunk of code and had no idea what it does - only to realize that we were the ones who wrote it, six or so months ago. If we can’t read our own code after a few months, how can …

React Advanced

33 min

Designing GraphQL Schemas

Nik Graf

Talk recording from React Advanced 2019 Conference https://reactadvanced.com/

React Advanced

28 min

Accessibility with React Native Apps in a Blind World

Alexandre Magno Teles Zimerer

Handle accessibility in a real context to make your apps accessible for blind people goes beyond the accessibility label and guidelines on the React Native documentation, and discover new accessibili…

React Advanced

21 min

Build your own Native Module

Patrick Loureiro

Sometimes an app needs to access a platform API and React Native doesn’t have a corresponding module yet. Maybe you want to reuse some existing Objective-C, Swift or C++ code without having to reimpl…

React Advanced

28 min

Visual Feature Engineering for Machine Learning with React

Olga Petrova

Tensorflow.js brought Machine Learning to Javascript that gives a wide range of possibilities. Now it is possible to build, train and use ML models directly in browser. But the efficiency of ML model…

React Advanced

32 min

React Native: the Past, the Present and the Future

Lorenzo Sciandra

"React Native is now 4 years old. During this time, we’ve observed more progression than ever before towards the vision of a cross-platform mobile solution. Even still, we have yet to realise its cor…

React Advanced

30 min

Statically Typing JavaScript

David Gomes

Let’s explore the challenge of statically typing JavaScript, which is notoriously complicated due to the dynamic nature of the language. We’ll start in 2005, when academia researchers first started e…

React Advanced

32 min

React Native at Wix - Architecture For App in Scale

Omri Bruchim

Ever wondered how to use micro-services approach in a FED\mobile application? Hesitating to choose React Native for your big project? I’m here to eliminate the school of thought that React Native is …

React Advanced

33 min

Hooking Up A Conference In Real-Time With React Native & GraphQL

Nader Dabit

"You’re starting a conference. You announce the conference, start planning the venue, getting sponsors, & fielding talks. Things start getting serious, & before you know it you’re overloaded with obl…

React Advanced

24 min

Offline-first in React-Native: How to Lose Your Web Dev Reflexes and Build

Josh Warwick

"React has helped us build web applications faster than ever, but turns out this doesn’t help build mobile apps. The main hurdle for web developers coming to mobile development (native apps with Reac…

React Advanced

28 min

Hooked on D3: Creating Animated Ch(art)s with D3 and React Hooks

Monica Wojciechowska

From a quick glance, it might not seem like D3 and React are a match made in heaven. After all, they’re both all about being in charge - who gets to render, who gets to update, who gets to decide how…