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

JavaScript is a dynamic language, it basically lets you do anything you want. Sometimes that can be very freeing, sometimes that can really bite you! TypeScript is a superset of JavaScript that allow you to work in the language you love, but also have the safety of a type system.

In this talk we will explore what TypeScript is, how you can use it today, and how to work with React and TypeScript!

Objective

Learn about TypeScript and how to use it with React.

Target Audience

React developers looking to expand their skillset.

Assumed Audience Knowledge

Intermediate knowledge of React and JavaScript

Level

Intermediate

Five Things Audience Members Will Learn

  1. What is TypeScript
  2. Why pick TypeScript over just JavaScript
  3. TypeScript gotchas
  4. How TypeScript helps you write better JavaScript
  5. How to work with TypeScript and React