🌎 Community-curated list of tech conference talks, videos, slides and the like β€” from all around the world

πŸ“… 2017-03-28
🌎 London, United Kingdom
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.
  • 🎀

    • πŸ“Ή 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.
  • 🎀

    • πŸ“Ή 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.
  • 🎀

    • πŸ“Ή 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.
  • ️⚑️

    • πŸ“Ή 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
  • ️⚑️

    • πŸ“Ή 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.
  • ️⚑️

    • πŸ“Ή 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.
  • ️⚑️

    • πŸ“Ή 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.
  • 🎀

    • πŸ“Ή 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.
  • 🎀

    • πŸ“Ή 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 …
  • 🎀

    • πŸ“Ή 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
  • 🎀

    • πŸ“Ή 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.