Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sayshark75 committed Nov 10, 2023
1 parent ada6ff2 commit 2162061
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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.

0 comments on commit 2162061

Please sign in to comment.