Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
FrontEnd Con '17 - Getting Started with TypeScript
Search
Dominik Kundel
September 22, 2017
Programming
0
99
FrontEnd Con '17 - Getting Started with TypeScript
Talk given at FrontEnd Con 2017 (
http://frontend-con.io
)
Dominik Kundel
September 22, 2017
Tweet
Share
More Decks by Dominik Kundel
See All by Dominik Kundel
AI for Marketers Sept '24 - How AI Agents will change your
dkundel
0
150
AGI Builders July '24 - Rogue Agents - Stop AI from misusing APIs
dkundel
0
98
AI Engineer World's Fair '24 - Cooking with Fire without
dkundel
0
130
Rogue Agents - Stop AI from misusing APIs
dkundel
0
180
SIGNAL 2021 - Live Developer Mode
dkundel
0
140
OpenJS World - What the AST?
dkundel
0
420
WFHConf - Move to TypeScript at your own Pace
dkundel
0
280
SFNode '20 - How to move your project to TypeScript
dkundel
0
290
Node+JS Interactive '19 - When Porgs Scream at Webpack and Other Stories
dkundel
0
320
Other Decks in Programming
See All in Programming
Outline View in SwiftUI
1024jp
1
330
Macとオーディオ再生 2024/11/02
yusukeito
0
370
macOS でできる リアルタイム動画像処理
biacco42
9
2.4k
PHP でアセンブリ言語のように書く技術
memory1994
PRO
1
170
GitHub Actionsのキャッシュと手を挙げることの大切さとそれに必要なこと
satoshi256kbyte
5
430
見せてあげますよ、「本物のLaravel批判」ってやつを。
77web
7
7.7k
Click-free releases & the making of a CLI app
oheyadam
2
110
ピラミッド、アイスクリームコーン、SMURF: 自動テストの最適バランスを求めて / Pyramid Ice-Cream-Cone and SMURF
twada
PRO
10
1.3k
광고 소재 심사 과정에 AI를 도입하여 광고 서비스 생산성 향상시키기
kakao
PRO
0
170
NSOutlineView何もわからん:( 前編 / I Don't Understand About NSOutlineView :( Pt. 1
usagimaru
0
330
Streams APIとTCPフロー制御 / Web Streams API and TCP flow control
tasshi
2
350
受け取る人から提供する人になるということ
little_rubyist
0
230
Featured
See All Featured
Music & Morning Musume
bryan
46
6.2k
Happy Clients
brianwarren
98
6.7k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
31
2.7k
Product Roadmaps are Hard
iamctodd
PRO
49
11k
How GitHub (no longer) Works
holman
310
140k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
47
2.1k
A designer walks into a library…
pauljervisheath
203
24k
GitHub's CSS Performance
jonrohan
1030
460k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
27
4.3k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
860
Building Applications with DynamoDB
mza
90
6.1k
Transcript
Getting started with by Dominik Kundel Dominik Kundel | @dkundel
| #frontendCon2017
Dominik Kundel | @dkundel | #frontendCon2017
HI! I'm Dominik! Dominik Kundel | @dkundel | #frontendCon2017
About Me Developer Evangelist at Get in touch with me!
@dkundel
[email protected]
github/dkundel Dominik Kundel | @dkundel | #frontendCon2017
Dominik Kundel | @dkundel | #frontendCon2017
WARNING! Dominik Kundel | @dkundel | #frontendCon2017
Live Coding! Dominik Kundel | @dkundel | #frontendCon2017
What Is Dominik Kundel | @dkundel | #frontendCon2017
Superset of JavaScript Dominik Kundel | @dkundel | #frontendCon2017
Dominik Kundel | @dkundel | #frontendCon2017
Dominik Kundel | @dkundel | #frontendCon2017
Dominik Kundel | @dkundel | #frontendCon2017
Let's Talk About JavaScript Dominik Kundel | @dkundel | #frontendCon2017
Time For The Node.js REPL Dominik Kundel | @dkundel |
#frontendCon2017
JavaScript WTF? Dominik Kundel | @dkundel | #frontendCon2017
What Does TypeScript Offer? Dominik Kundel | @dkundel | #frontendCon2017
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 | #frontendCon2017
Better Development Experience Dominik Kundel | @dkundel | #frontendCon2017
Demo TypeScript Basics Dominik Kundel | @dkundel | #frontendCon2017
tsconfig.json { "compilerOptions": { "jsx": "react", "noImplicitAny": true, "noImplicitThis": true,
"sourceMap": true, "inlineSourceMap": true } } Dominik Kundel | @dkundel | #frontendCon2017
Summary Dominik Kundel | @dkundel | #frontendCon2017
You are already writing TypeScript Dominik Kundel | @dkundel |
#frontendCon2017
Safer Code Dominik Kundel | @dkundel | #frontendCon2017
Better Development experience Dominik Kundel | @dkundel | #frontendCon2017
bit.ly/startTypeScript Dominik Kundel | @dkundel | #frontendCon2017
bit.ly/frontendcon-ts Dominik Kundel | @dkundel | #frontendCon2017
Thank You! Contact Me: @dkundel
[email protected]
github/dkundel Dominik Kundel |
@dkundel | #frontendCon2017