- Learn React with TypeScript 3
- Carl Rippon
- 238字
- 2021-06-10 19:16:45
Getting Started with React and TypeScript
React is a JavaScript library that helps us build the frontend of an app. It allows us to structure our apps using powerful and reusable components. It helps us manage the data that the components use, and their state, in a structured fashion. It uses something called a virtual DOM to efficiently render our frontend.
TypeScript can work beautifully with React, giving us the ability to add static types to our React components. The types help our code editor to surface problems while we write our React components, and give us tools to safely refactor them.
In this chapter, we'll look at two different ways to create a React and TypeScript project. We'll create our first React component, which will be a confirmation dialog. Early topics we'll cover are JSX and strongly typed props. We'll look at handling the dialog's button click events.
We'll then look at declaring and interacting with strongly typed states, which will be used to hide and show the dialog. We'll discuss component life cycle methods, and touch on the ones that have been removed in React 17.
Finally, we'll look at function components, and when these are used.
In this chapter, we'll cover the following topics:
- Creating a React and TypeScript project
- Creating a class component
- Handling class component events
- Class component states
- Class component life cycle methods
- Creating a function component
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- Java應(yīng)用開發(fā)技術(shù)實(shí)例教程
- PLC編程與調(diào)試技術(shù)(松下系列)
- C#程序設(shè)計(jì)
- Python算法從菜鳥到達(dá)人
- Python深度學(xué)習(xí)原理、算法與案例
- Android Development Tools for Eclipse
- Python Web自動(dòng)化測(cè)試設(shè)計(jì)與實(shí)現(xiàn)
- Android編程權(quán)威指南(第4版)
- Instant Pygame for Python Game Development How-to
- Java面向?qū)ο蟪绦蛟O(shè)計(jì)教程
- Ubuntu Server Cookbook
- Flutter之旅
- Python面向?qū)ο缶幊蹋ǖ?版)