1. React
  2. React Day Berlin
  3. 2018
  4. Type Systems & Props Design - Exploring PropTypes, TypeScript, Flow & Reason

Type Systems & Props Design - Exploring PropTypes, TypeScript, Flow & Reason

Nik Graf at React Day Berlin 2018

Badly designed props can lead to components that are frustrating to use. While there are a couple patterns to make components more pleasant to use, ultimately it needs a type system in combination with a good editor integration for an even better developer experience. Yet not all type systems are the same. They offer different features and therefore lead to different experiences.