Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bmukesh23/understanding_typescript

This repository contains all fundamental concepts of TypeScript.
https://github.com/bmukesh23/understanding_typescript

html javascript typescript

Last synced: 28 days ago
JSON representation

This repository contains all fundamental concepts of TypeScript.

Awesome Lists containing this project

README

        

## Typescript for Beginners
This repository contains all fundamental concepts of TypeScript.

### 📦 Free Web Dev Tools
- [Vite](https://vitejs.dev/)
- [Google Chrome Web Browser](https://google.com/chrome/)
- [Visual Studio Code (aka VS Code)](https://code.visualstudio.com/)
- [Live Server VS Code Extension](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)

---

### 📚 References
- [Typescript Official Site](https://www.typescriptlang.org/)
- [Node.js & npm](https://nodejs.org/)
- [Anders Hejlsberg, Creator of Typescript and C# Interview](https://dev.to/destrodevshow/typescript-and-c-both-created-by-the-same-person-named-anders-hejlsberg-42g4)
- [Stackoverflow Survey Results](https://survey.stackoverflow.co/2022/#technology-most-popular-technologies)
- [TypeScript + React Cheatsheet](https://github.com/typescript-cheatsheets/react)
- [React Official Site](https://reactjs.org/)

---

### 📚 Terminology
- [MDN - Static Typing](https://developer.mozilla.org/en-US/docs/Glossary/Static_typing)
- [MDN - Dynamic Typing](https://developer.mozilla.org/en-US/docs/Glossary/Dynamic_typing)
- [MDN - Type Coercion](https://developer.mozilla.org/en-US/docs/Glossary/Type_coercion)
- [TypeScript - Type Assertions](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#type-assertions)