Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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"

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/)