It's just JavaScript
Here's some TypeScript code:
What's the point then? Let's take a look.
Benefits of TypeScript
type safety
your editor gets smarter
no need for as many unit tests as you need now
almost no entry cost if you already know JS
most (?) of the latest JS features
By the way
During this workshop we'll be using the latest version of TypeScript (3.6.3
) that has been installed with create-react-app
on project creation.
If you haven't created a project yet, now's the last chance, here's what to do:
Resources
Last updated