There was an error while loading. Please reload this page.
1 parent 39f91c5 commit e1a3916Copy full SHA for e1a3916
README.md
@@ -97,3 +97,15 @@ How to run JavaScript and TypeScript side by side.
97
- JSDocs
98
- Declaration (Type Definition)
99
- 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