-
Notifications
You must be signed in to change notification settings - Fork 71
6. TypeScript
Davo Galavotti edited this page Jul 18, 2019
·
1 revision
-
- Getting started: How to set up TypeScript and React, and what are your options
- Components: Components are everything in React. TypeScript gives you a lot of ways how to deal with them.
- Children: There’s nothing more beautiful than children. In React, they even can be functions.
- Events: Apps are boring if you don’t interact with them. Clicks, inputs, etc. are handled here.
- Hooks: Hooks are pretty new and pretty exciting. And already pretty well typed.
- Render props and child render props: Coming soon!
- Context: React’s context API gives you global state with a very lean API.
- Styles: Coming soon!
- Further reading: So many things not covered in our guide. You will find them here.