https://github.com/selmasaltik/typescript-basics
React + TypeScript /// What I learned from "React - The Complete Guide 2024 (incl. Next.js, Redux) - Academind by Maximilian Schwarzmüller"
https://github.com/selmasaltik/typescript-basics
arrays functions generics objects type-aliases type-inference types typescript typescript-react union-types
Last synced: 9 months ago
JSON representation
React + TypeScript /// What I learned from "React - The Complete Guide 2024 (incl. Next.js, Redux) - Academind by Maximilian Schwarzmüller"
- Host: GitHub
- URL: https://github.com/selmasaltik/typescript-basics
- Owner: selmasaltik
- Created: 2024-12-10T00:33:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T16:47:30.000Z (about 1 year ago)
- Last Synced: 2025-02-14T17:54:59.299Z (10 months ago)
- Topics: arrays, functions, generics, objects, type-aliases, type-inference, types, typescript, typescript-react, union-types
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + TypeScript
***Adding Type Safety To React Apps***
- What & Why?
- TypeScript Basics
- Combining React & TypeScript
**What & Why?**
TypeScript is a **superset** to JavaScript
TypeScript adds **static typing** to JavaScript
JavaScript on its own is **dynamically typed**
[JavaScript With Syntax For Types.](https://www.typescriptlang.org/)