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

📅 2018-09-29
🌎 Boston, United States
React Boston believes that diversity is an important part of creating a welcoming, inclusive, and innovative tech community.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.
  • 🎤

    • 📹 1 video
    • 👤 Ken Wheeler
  • 🎤

    • 📹 1 video
    • 👤 Chris Toomey
    ne of React’s stronger attributes is the component model which allows us to combine behavior and presentation of functional units as opposed to along the arbitrary technology focused separation previously used, but unfortunately had less to say about data needs. With GraphQL we can have an ideal final slide to allow our components to fully encapsulate all of…
  • 🎤

    • 📹 1 video
    • 👤 Vincent Riemer
    You don’t go building something like React Native DOM without anticipating a few bruises along the way. Most of its development was a loop of hitting roadblocks and finding “creative” solutions around them. In this talk I’ll highlight some of of the largest roadblocks faced in React Native DOM’s development and the (occasionally absurd) solutions it took to …
  • 🎤

    • 📹 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 workflow 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…
  • 🎤

    • 📹 1 video
    • 👤 Mark Erikson
  • 🎤

    • 📹 1 video
    • 👤 Erin Fox
    • 👤 Shawn Swyx Wang
    • 👤 Christina Keelan Cottrell
    • 👤 Autumn Grace
    Featuring:Erin Fox,Shawn Swyx Wang,Christina Keelan Cottrell,Autumn Crossan
  • 🎤

    • 📹 1 video
    • 👤 Ankita Kulkarni
    Code reviews are an important part of a developer’s life. It’s very easy to perform code reviews, but hard to do it with empathy. In today’s online world, online criticism can be misinterpreted easily. Hence in this talk, we will go through what is a pull request, how to effectively create one, how to give constructive feedback and also how to respond to one…
  • 🎤

    • 📹 1 video
    • 👤 Artem Sapegin
    Custom CSS is the simplest way to make the UI inconsistent, especially if we’re talking about spacing between UI elements, font sizes or colors. When developers have too much freedom in defining the UI, they will do things differently. The issue could be solved by avoiding any custom CSS on the app level and having a set of primitive components that allow de…
  • 🎤

    • 📹 1 video
    • 👤 Tejas Kumar
    The talk aims to shed some light on two things a) React DOM's stream renderer that allows React components to be rendered to streams on the server and piped to a browser's response, and b) Browsers' added support for streams that harness their streaming HTML parsers. The way these technologies combine allow the creation of performant, powerful web applicatio…
  • 🎤

    • 📹 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. In this talk we will see how we can build AR apps with React Native, ARKit and ARCore.
  • 🎤

    • 📹 1 video
    • 👤 Joshua Comeau
    I wish the internet was more fun. The web is an incredible platform, and can do incredible things. This talk looks at novel, quirky, whimsical animations and interactions that make our products better and more enjoyable to use. For example, at Khan Academy, we fill the user’s screen with confetti rain when they get 100% correct on an exercise. I’ll talk abou…
  • 🎤

    • 📹 1 video
    • 👤 Florian Rival
    Can we create or port an existing native desktop application to a complete "React powered" web-app matching (or even exceeding) the quality of the legacy desktop app? Sounds like a good challenge! And this is what I decided to do with my game-making software. This talk will explain all the problems I had and solutions that I used to port my native app writte…
  • 🎤

    • 📹 1 video
    • 👤 Jen Luker
    Come with me on an adventure with a heroic robot, a mad scientist, a feminist, a pilot, and our monster, imposter syndrome. Let me share how a sci-fi movie from 1956, starring Walter Pidgeon, Anne Francis, and Leslie Nielsen, taught me how to recognize imposter syndrome not as the monster hellbent on ruining my romance with an ever-evolving development ecosy…
  • 🎤

    • 📹 1 video
    • 👤 Houssein Djirdeh
  • 🎤

    • 📹 1 video
    • 👤 Josh Pollock
    • 👤 Andrew Kaiser
    • 👤 Cole Turner
    • 👤 Jason Clark
    Featuring:Josh Pollock,Andrew Kaiser,Cole Turner,Jason Clark
  • 🎤

    • 📹 1 video
    • 👤 Mark Faga
    • 👤 Hillary Bauer
    ests are an integral part of the development life cycle, but it isn’t always clear what the most efficient way to write them is. Learn some of the Dos & Don'ts when it comes to testing your React app with Apollo components. We’ll explore: When is a unit test appropriate? When should you lean on integration tests? And how the heck do you dynamically mock Grap…
  • 🎤

    • 📹 1 video
    • 👤 Francois Ward
    Keeping a tech stack up to date is hard. Keeping it up to date when it has grown to millions of lines of code or thousands of packages and repositories is harder. Leaning on automation helps, but how do you automate code changes? In this talk, Francois goes over the various parsers and code transformation tools such as Babel, TypeScript, Recast and jscodeshi…
  • 🎤

    • 📹 1 video
    • 👤 Matt Hamil
    Is VR an approachable medium for JavaScript developers? Can we, as front-end developers, use what we already know to build a 3D world? Can we use React to reach the 4th dimension? Yes! React360 is here to let us create delightful VR experiences in the browser.