Upgrade to Pro — share decks privately, control downloads, hide ads and more …

CodeFest 2019. Martin Hochel (Twisto.cz, ngParty) — Ultimate React Component Patterns with TypeScript

CodeFest
April 06, 2019

CodeFest 2019. Martin Hochel (Twisto.cz, ngParty) — Ultimate React Component Patterns with TypeScript

React and TypeScript, the ultimate duo for writing web apps with top notch developer experience. But where to start? What are the gotchas? In this live coding session we will cover all React Component patterns techniques backed by excellent DX and type safety with TypeScript ⚛

CodeFest

April 06, 2019
Tweet

More Decks by CodeFest

Other Decks in Technology

Transcript

  1. Martin Hochel UI Tech Lead @Twisto, GDE WEB Prague /

    Czech Republic @martin_hotell medium.com/@martin_hotell github.com/hotell
  2. What this talk is NOT Deep dive about What is

    React ? What is TypeScript ?
  3. Render Prop / Children as a Function ( CaaF )

    <⚛> { (p) => <⚛> } </⚛> props.children(props) API