DougMiller

TypeScript with React

11-16-2016Slides
  • TypeScript
  • React
  • Webpack📦
  • Jest🔬

React provides the ability to create complex applications relatively easy, however, working in large projects with a dynamically type language, such as JavaScript, can be difficult. Adding a static type checker such as TypeScript or Flow can help alleviate some of the challenges creating and managing large JavaScript applications. This talk will focus on using TypeScript with React applications. It will cover TypeScript pro/cons, writing and typing React components, building with Webpack, and testing with Enzyme and Jest.