React London 2017
React London 2017 is the 1st React conference in London.It will be a day packed with talks from the most talented people from our passionate community. They will explore the possibilities that the newest advances in React bring to the industry.React London 2017 is a single track full day conference including 6 talks from industry experts, 4 lightning talks and a panel discussion with engineers from the Facebook team.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.
-
π€ Javascript code formatting
- πΉ 1 video
- π 1 slide deck
- π€ Christopher Chedeau
JavaScript developers are spending soooo much time formatting their code and even more in back and forth in code review fixing small nits. It turns out that machines are really good at doing this kind of tasks. Christopher will walk us through the technical and people challenges of bringing a JavaScript code formatter to reality. -
π€ Logux, a new approach to client-server communication
- πΉ 1 video
- π 1 slide deck
- π€ Andrey Sitnik
Combining ideas from both Redux and CRDT, Logux is a new tool which replaces AJAX with real-time data in applications, synchronising action logs between the client and server while also providing an offline mode. This approach could significantly simplify application code and bring plug&play support for live updates and offline editing. -
π€ What's in a language?
- πΉ 1 video
- π 1 slide deck
- π€ Cheng Lou
What's in a language? How can it help us express our intent better? Based on his last talk, Cheng will explore some concrete, daily patterns in our codebase that Reason elegantly solves through a few simple yet rich concepts. -
οΈβ‘οΈ Snapshot testing
- πΉ 1 video
- π 1 slide deck
- π€ Anna Doubkova
Facebook introduced snapshot testing in Jest last year and it has already picked up a huge interest. Why is snapshot testing so popular? How and when should you use it? Can you use it even if youβre not using Jest? Anna will explain all this and more in only 10 minutes -
οΈβ‘οΈ Realtime Webpack - Pushing on-demand bundling to the limits
- πΉ 1 video
- π 1 slide deck
- π€ Oliver Woodings
Bundling JavaScript nowadays is trivial. But what if you need to do it 10,000 times a day to thousands of users, with sourcemaps, served directly to the browser in under 2 seconds? Oliver will show us how they did this at Qubit. -
οΈβ‘οΈ Offline for the greater good
- πΉ 1 video
- π 1 slide deck
- π€ Jani EvΓ€kallio
This year, half of worldβs population will be connected to the internet; most of them in the developing world, on mobile, over poor network. For them offline support is not a luxury: it is basic accessibility. Jani will walk us through how to architect React Native and progressive React web apps for the offline era. -
οΈβ‘οΈ Next.js in production
- πΉ 1 video
- π 1 slide deck
- π€ Jasdeep Lalli
ThisNext.js has generated a lot of hype in the short time that itβs been out (rightly so). Itβs unveiling coincided with an initiative to rebuild Deliveroo's web application as a standalone app. Jasdeep will share his experiences using it so far, including some of the benefits & trade-offs. -
π€ The road to <π > styled-components" CSS in component-based systems"
- πΉ 1 video
- π 1 slide deck
- π€ Max Stoiber
There's been a revolution; welcome the Component Age! Now what about styles? Max sat down with Glen Maddern (CSS modules) to think about how styles fit into our post-revolution world. They took the best of CSS and the web to create a fantastic new way to style component-based systems. -
π€ A tiny Fiber renderer
- πΉ 1 video
- π 1 slide deck
- π€ Dustan Kasten
React is capable of rendering to more environments than the browser. React is really two separate pieces: core and renderers. ReactDOM, ReactNative, ReactVR are but a few renderers in existence. With the Fiber reconciler rewrite comes an official renderer API. Dustan will look at a number of renderers that already exist and implement a React renderer of his β¦ -
π€ Panel Discussion
- πΉ 1 video
- π€ Christopher Chedeau
- π€ Dan Abramov
- π€ Lee Byron
- π€ Ben Alpert
Panel discussion with Ben Alpert, Dan Abramov, Lee Byron and Christopher Chedeau led by Robbie McCorkell -
π€ Weapons grade React
- πΉ 1 video
- π 1 slide deck
- π€ Ken Wheeler
Ken explores the application of React and React Native to hardware projects, and the lessons learned while building a remotely controlled robotic crossbow.