/typescript-mistakes

Mistakes you should avoid to write better and become more productive with Typescript

Primary LanguageTypeScript

Typescript Junior Mistakes

Typescript Dos and Don'ts

All the principles are explained on CoderOne's youtube channel: https://youtu.be/MSq_DCRxOxw

Code

This Repo has examples for all best Typescript practices and junior mistakes All practices are inside othe src/essentials folder.

You can run the dev server using:

yarn install
yarn dev