Summary Devmeeting React + Typescript Typescript It's just JavaScript Basic types Typing objects Typing functions Generic types Modules Tasks Hello React Quick look around JSX First component Tasks Components & Props Small components Passing data to a component Loops in JSX Tasks Stateful components Handling events Components with internal state Talking to a parent component Smart and dumb components Before the break Tasks Side-effects and context Side-effects Prop drilling Using context Tasks