Streamlining Development and Refactoring with Type-Safe React Components

The tool of focus in this chapter is Flow, a static type checker for JavaScript applications. The scope of Flow and what you can do with it is enormous, so I'll be introducing Flow in the context of a tool that's used to make React components better. In this chapter, you'll learn the following:

  • The problems that are solved by introducing type-safety into your React application
  • Enabling Flow in your React projects
  • Using Flow to validate your React components
  • Other ways to enhance React development using type-safety

Get React 16 Tooling now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.