DEV Community

Discussion on: How to Start Using Typescript

Collapse
 
karfau profile image
Christian Bewernitz

I really like your careful introduction and it provides a way to use TS in the JS world.

But if you are curios about typescript without much hassle, try Deno.
It's really easy to get started and you don't have to transpile anything before being able to run TS code.
It even comes with a REPL ...

Collapse
 
simoncodephere profile image
Simon Pfeiffer

thanks for the feedback Christian! Much appreciated :)