ReactEurope 2017
ReactEurope is back on 18-19 May 2017 to bring you the best and most passionate people from the very core team to the coolest people from the community we love. The conference aims to give talks that inspire and explore new futuristic ideas dealing with all the techs we enjoy from the React ecosystem such as React.js, React Native, GraphQL, Relay, Universal apps, Webpack, inline CSS and more.ReactEurope is also a great occasion to socialize, meet new people and old friends, hack together, taste delicious food and have fun in the beautiful city of Paris.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.
-
🎤 Keynote
- 📹 1 video
- 👤 Andrew Clark
-
🎤 What I Learned Benchmarking React
- 📹 1 video
- 👤 Dominic Gannaway
Dominic will talk about what makes inferno’s so fast and how he and the team are bringing this experience to react. -
🎤 Building High-Quality JavaScript Tools
- 📹 1 video
- 👤 Christoph Pojer
Jest was adopted widely across 100s of companies recently and provides an immersive testing experience. We’ll take a deeper look at JavaScript Testing with Jest and what it takes to turn a tool into a product with a delightful experience. -
🎤 La nouvelle vague
- 📹 1 video
- 👤 Sunil Pai
The new wave of frameworks won’t be frameworks at all. In this talk, Sunil will explore how compilers and bundlers will replace certain runtime dependencies, without degrading the development experience that we all love and depend on. We’ll discover strategies of incorporating these ideas into any regular app, how we can leverage component models from react/… -
🎤 Worse is Better: The Upside of JavaScript Fatigue
- 📹 1 video
- 👤 Kevin Lacker
Co-founder of Parse, now at Facebook. Manager of the Facebook Open Source team. -
🎤 What WebAssembly means for React
- 📹 1 video
- 👤 Lin Clark
There’s a big push to improve React’s perceived performance. And WebAssembly is fast. Could WebAssembly be part of the solution? In this talk, code cartoonist Lin Clark will look at what WebAssembly could mean for React’s performance, and how the new Fiber architecture makes that even more of a possibility. -
🎤 Practical Confidence: Using Types to Help Your Computer Help You
- 📹 1 video
- 👤 Adam Perry
Writing React Native devtools and services at Expo, Rust in mythical free time -
🎤 Imperfection
- 📹 1 video
- 👤 Cheng Lou
React core member. Currently working on reason. Creator of React Motion. -
🎤 Maximally Modular Apps with React Navigation
- 📹 1 video
- 👤 Eric Vicenti
If only React Native apps could be highly extensible- such that a single experience within an app could be published and installed into other apps. If your screens are built with sufficient isolation, they can be portable between apps, platforms, and navigation implementations. In this talk, we will discuss how this ultimate modularity can be achieved simply… -
🎤 How Streaming Can Supercharge React
- 📹 1 video
- 👤 Sasha Aickin
React’s server-side rendering speeds up page load times, but it’s far from the only performance boost we can get on the server. In this talk, I’ll discuss how exploiting streaming and parallel processing on the server and browser can get us faster time to first byte, faster time to first paint, and faster time to full interactivity. -
️⚡️ ShoutemUI
- 👤 Shouted Team
-
️⚡️ return null
- 👤 Joshua Comeau
-
️⚡️ Thousand ways to navigate in React Native
- 👤 Charles Mangwa
-
️⚡️ Fancy Footwork: Building a Composable CMS for Aldo
- 👤 Brendan Moore
- 👤 Sarah Mogin
- 👤 Serge Rose
-
️⚡️ Devtools for GraphQL
- 👤 Danielle Man
-
️⚡️ Serious graphics on React Native
- 👤 James Ide
-
🎤 Next generation state management
- 📹 1 video
- 👤 Michel Weststrate
Last years there have been great developments in state management libraries. Both Redux and MobX sprung from the React community and provide stand-alone, generic state management solutions. Both have gained big in popularity, and both have their own strengths and weaknesses. What can we learn from both approaches? Can we get the best of both worlds? Can we a… -
🎤 Composition
- 📹 1 video
- 👤 Nik Graf
- 👤 Max Stoiber
Cares a lot about consistent & easy to grasp UI. He created the React UI library Belle and carte blanche with Max, now works full-time on several React/Redux OS projects & more at Stripe.Max travels around the world, brews rad coffee, skis beautiful mountains and makes stuff on the web such as the popular react-boilerplate project, draft.js. He also contribu… -
🎤 The making of Twitter Lite
- 📹 1 video
- 👤 Nicolas Gallagher
Twitter Lite is a complex PWA built with Node.js, React, Redux, Service Workers, and Webpack. This talk will cover how our team designs and builds one of the world’s most visited web apps. You’ll also hear about React Native for Web; how we approach network and render performance challenges; and how we use new web platform features. -
🎤 The runtimes of React VR and use at Oculus
- 📹 1 video
- 👤 Mike Armstrong
Authoring VR content is time consuming and technically challenging, I’ll be providing an overview of how we are using the core strengths, merits of React Native and building on it to drive and improve app development within Oculus. I’ll go into more detail about the runtimes of both the native Android version and WebVR versions and how we utilize the improve… -
🎤 Functional && Reactive
- 📹 1 video
- 👤 Preethi Kasireddy
With the advent of libraries like React, Redux and Immutable.js, it’s clear that there’s a shift away from imperative and object-oriented in the front-end towards a more declarative and functional approach. Meanwhile, libraries like RxJS and Mobx are spreading the use of Reactive Programming to model UIs via discrete, asynchronous event streams. How can we c… -
🎤 Relay Modern
- 📹 1 video
- 👤 Lee Byron
Making things at Facebook since 2008: React,GraphQL co-creator, Immutable.js, Mobile, JavaScript. -
🎤 Animating the Virtual DOM
- 📹 1 video
- 👤 Sarah Drasner
We are biologically trained to notice motion: evolutionarily speaking, our survival depends on it. For this reason, animation when done well can guide your users. It can aid and reinforce spatial maps of our interfaces, and give us a sense that we understand interactions more deeply. For this reason, animation is incredibly powerful to convey meaning, but on… -
🎤 React as a Platform"A path towards a truly cross-platform UI"
- 📹 1 video
- 👤 Leland Richardson
React provides an abstraction between the description of a UI and the details of how it’s rendered on a given platform. The problem is that div and span are a hidden dependency on react-dom, and similarly, React Native’s View is an explicit dependency on Native, making both not quite as “cross-platform” as we want them to be. Learn how we as a community can … -
🎤 A Novel Approach to Declarative Animations in React Native
- 📹 1 video
- 👤 Joel Arvidsson
Animations can make your app more pleasing to use and help the user understand state changes. This talk will give best practices on when to use them and an introduction of how to implement them in React Native with a deep dive into a new strictly declarative approach similar to CSS animations and transitions. -
🎤 Putting the fun in functional with Elm
- 📹 1 video
- 👤 Tereza Sokol
With React, Redux, ImmutableJS and friends, frontend development strive towards the functional approach proving to yield increased readability and maintainability. However, working in JavaScript, we never truly commit to the paradigm, but what if we did? The Elm language goes fully functional and as suspected, it comes with an ocean of benefits! -
🎤 Integrating React Native with Native Infrastructure
- 📹 1 video
- 👤 Mehdi Mulani
This talk will go over our approach of incremental React Native adoption within an already established native app. We will discuss the various problems that arise from using React Native in such a “hybrid” app model and in particular, discuss inter-app navigation and embedding React Native views into native shells and vice-versa. -
️⚡️ Expo Snack
- 👤 Brent Vatne
-
️⚡️ Quantifying Best Practices
- 👤 Jackson Hamburger
- 👤 Louis Antonelli
-
️⚡️ Leveraging code-splitting in React apps
- 👤 Glenn Reyes
-
️⚡️ Smarter code-splitting and preloading for React applications
- 👤 Brandon Dail