Spotlight: React 2018

2018-12-01 00:00:00 2018-12-02 00:00:00 America/Toronto Spotlight: React 2018 We’re taking a deep dive into ReactJS and hope you’ll join us to learn how you can leverage this increasingly mainstream technology in your work. What will be covered? Seven killer talks, one LOW price…. 10KB or Bust: The Delicate Power of Webpack and Babel… Toronto FITC Toronto

Presentation


Overview

Do you find yourself endlessly mocking things to make your component tests work? Have you pored over 1000s of lines of components snapshot diffs and and not been able to figure out what’s changed? Do you find yourself wondering why we write unit tests for components in the first place? If you answered yes to any of these questions, or you want to learn about how to architect your React apps with great test coverage without the hassle this talk is for you!

Purvi will go through structuring React apps in a way where component tests are trivial to write and identify where to better focus your unit testing efforts. She’ll touch on state management and how to structure your data store, how to connect your data layer to your view layer, and how to keep those layers separated for maximum scalability and maintainability.

Objective

Learn to architect React apps in a maintainable, scaleable and testable way.

Target Audience

Anyone who has built React apps before, ideally using Redux for state management.

Assumed Audience Knowledge

React, Redux, JavaScript, Unit Testing

Five Things Audience Members Will Learn

  1. What to unit test
  2. Separating concerns of your UI and your data
  3. Normalizing a data store
  4. Component architecture
  5. How to scale your app