Skip to content

Commit

Permalink
W1.D3 live lecture notes added
Browse files Browse the repository at this point in the history
  • Loading branch information
Manish-kumar-DEV committed Jan 27, 2023
1 parent 820258a commit 1d02619
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions week-1/3.react-typescript/3.live/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### Live Lecture Notes

- For getting an idea about the `interfaces` and `types` that a particular npm package gives us, to be used in our application, we can refer to the declaration file (\*\*.d.ts).
Eg: Axios Declaration file: https://github.com/axios/axios/blob/v1.x/index.d.ts

### [Typescript with React](https://www.typescriptlang.org/docs/handbook/react.html)

- Typescript can be used with react, using command
Expand Down

0 comments on commit 1d02619

Please sign in to comment.