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

IPC 17 - Getting Started with TypeScript

IPC 17 - Getting Started with TypeScript

Talk given at the International PHP Conference (https://phpconference.com)

Dominik Kundel

May 30, 2017
Tweet

More Decks by Dominik Kundel

Other Decks in Programming

Transcript

  1. ABOUT ME Developer Evangelist at Get in touch with me!

    @dkundel [email protected] github/dkundel Dominik Kundel | @dkundel | International PHP Conference
  2. WHAT DOES TYPESCRIPT OFFER? ▸ Compiler that converts TypeScript to

    JavaScript ▸ npm install -g typescript ▸ Extends JavaScript with a set of type annotations ▸ Type checking during compiling Dominik Kundel | @dkundel | International PHP Conference
  3. tsconfig.json { "compilerOptions": { "jsx": "react", "noImplicitAny": true, "noImplicitThis": true,

    "sourceMap": true, "inlineSourceMap": true } } Dominik Kundel | @dkundel | International PHP Conference
  4. I NEED YOUR HELP! On a scale from 0 to

    10 how likely is it that would you recommend this talk to a friend or colleague: +49 157 359 88488 Dominik Kundel | @dkundel | International PHP Conference
  5. THANK YOU! +49 157 359 88488 CONTACT ME @dkundel [email protected]

    github/dkundel Dominik Kundel | @dkundel | International PHP Conference