Skip to content

Commit e1a3916

Browse files
committed
Added Section9-React with TypeScript
1 parent 39f91c5 commit e1a3916

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,15 @@ How to run JavaScript and TypeScript side by side.
9797
- JSDocs
9898
- Declaration (Type Definition)
9999
- Using declaration files from @types/
100+
101+
Section-9: React with TypeScript
102+
- Creating a React App with TypeScript
103+
- Add Bootstrap
104+
- Creating a Component - Title
105+
- Using the State Hook
106+
- Calling the Backend
107+
- Using the Effect Hook
108+
- Handling Events
109+
- Building Form Submission
110+
- Additional Reading
111+
<https://reactjs.org/docs/static-type-checking.html#adding-typescript-to-a-project>

0 commit comments

Comments
 (0)