Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bmukesh23/understanding_typescript
- Owner: bmukesh23
- Created: 2024-01-06T07:08:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-22T17:51:02.000Z (11 months ago)
- Last Synced: 2024-07-02T06:26:15.313Z (7 months ago)
- Topics: html, javascript, typescript
- Language: TypeScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)