Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (24 days ago)
- Default Branch: main
- Last Pushed: 2024-12-19T16:47:30.000Z (14 days ago)
- Last Synced: 2024-12-19T17:40:33.379Z (14 days ago)
- Topics: arrays, functions, generics, objects, type-aliases, type-inference, types, typescript, typescript-react, union-types
- Language: TypeScript
- Homepage:
- Size: 6.84 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/)