- Learn React with TypeScript 3
- Carl Rippon
- 212字
- 2021-06-10 19:16:45
Summary
Using the rest and spread syntax is very common nowadays, particularly when building React apps. We've seen how TypeScript 3, with the enhancement of tuples, allows us to use rest and spread in a strongly-typed fashion.
We've also seen how we can use the unknown type to reduce our use of the any type. The unknown type does require us to write more code, but it also allows us to create a more strongly-typed, more maintainable code base.
TypeScript has always made working with large code bases easier. With the introduction of project references, we can now split our solution into smaller projects more easily. This approach makes large solutions even more maintainable and flexible, and also yields faster build times with the new --build flag.
We briefly went through how using defaultprops in a React component has improved. We'll be using this frequently as we start to learn how to build strongly-typed React components in subsequent chapters.
So, now that we are starting to get comfortable with TypeScript, in the next chapter, we'll get started with React. We'll start by learning how to create a React and TypeScript project, and then move on to how to create React and TypeScript components.
- Mastering Entity Framework
- Mastering QGIS
- MATLAB應用與實驗教程
- Windows Server 2012 Unified Remote Access Planning and Deployment
- Java深入解析:透析Java本質的36個話題
- Internet of Things with Intel Galileo
- STM32F0實戰:基于HAL庫開發
- Python Data Analysis(Second Edition)
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- Java程序員面試筆試寶典(第2版)
- JavaScript機器人編程指南
- 零基礎學C++(升級版)
- R的極客理想:量化投資篇
- 嵌入式C編程實戰
- Spring Boot從入門到實戰