An open API service indexing awesome lists of open source software.

https://github.com/ipenywis/typescript-mistakes

Mistakes you should avoid to write better and become more productive with Typescript
https://github.com/ipenywis/typescript-mistakes

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Typescript Junior Mistakes

![Typescript Dos and Don'ts](/src/assets/typescript-mistakes.png)

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:

```bash
yarn install
yarn dev
```