From 216206198fe8fd59398dad8a77d02c51ce4f608e Mon Sep 17 00:00:00 2001 From: Sayyed Sharuk Date: Fri, 10 Nov 2023 12:11:26 +0530 Subject: [PATCH] Update Readme --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d8a0e5..800633d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -## Converting Old Legacy React to Latest Vite + TypeScript Build +## Converting Old Legacy React Portfolio to Latest Vite + TypeScript Build + +### Practicing TypeScript - Day 1: Added Context, Converted it to typescript. @@ -37,3 +39,15 @@ - Day 18: Another Code Clean up/Fix - Day 19: Image Compression Done. + +## My Learnings + +- Basic types +- Type Aliases +- Structuring a TypeScript Project +- Interfaces, and its inheritance with classes / OOPS +- Generic types +- Type Combinations using "&", "|" +- Type Inference +- Usage of "unknown" type than "any" type. +- Handling React Components and Contexts with TypeScript.