frontend-bootcamp
frontend-bootcamp copied to clipboard
Set script language to typescript (JSX requires)
This addresses issue #213. JSX does not render in straight JS in browsers tested as today. Codepen supports TypeScript or Babel for JSX. I decided on TypeScript over Babel (which also would work), because later lessons are on TypeScript