- Learn React with TypeScript 3
- Carl Rippon
- 133字
- 2021-06-10 19:16:31
Technical requirements
We will use the following technologies in this chapter:
- TypeScript playground: This is a website at https://www.typescriptlang.org/play/ that allows you to play around with and understand the features in TypeScript without installing it.
- Node.js and npm: TypeScript and React are dependent on these. You can install them at: https://nodejs.org/en/download/. If you already have these installed, make sure Node.js is at least Version 8.2 and npm is at least Version 5.2.
- TypeScript: This can be installed via npm, entering the following command in a terminal:
npm install -g typescript
- Visual Studio Code: We'll need an editor to write our TypeScript code. This one can be installed from https://code.visualstudio.com/. Other editors that could be used can be found at https://github.com/Microsoft/TypeScript/wiki/TypeScript-Editor-Support.
All the code snippets in this chapter can be found online at: https://github.com/carlrip/LearnReact17WithTypeScript/tree/master/01-TypeScriptBasics
推薦閱讀
- 自己動手寫Java虛擬機
- Mastering QGIS
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- 精通軟件性能測試與LoadRunner實戰(第2版)
- Python極簡講義:一本書入門數據分析與機器學習
- 第一行代碼 C語言(視頻講解版)
- Julia 1.0 Programming Complete Reference Guide
- Visual FoxPro 6.0程序設計
- Vue.js 3應用開發與核心源碼解析
- Oracle實用教程
- 數據分析與挖掘算法:Python實戰
- ANSYS FLUENT 16.0超級學習手冊
- C#網絡編程高級篇之網頁游戲輔助程序設計
- TypeScript High Performance
- 瘋狂Java講義精粹