- 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
推薦閱讀
- Bootstrap Site Blueprints Volume II
- 編程卓越之道(卷3):軟件工程化
- Python Geospatial Development(Second Edition)
- Apache Karaf Cookbook
- Julia Cookbook
- Kinect for Windows SDK Programming Guide
- Integrating Facebook iOS SDK with Your Application
- 常用工具軟件立體化教程(微課版)
- 利用Python進(jìn)行數(shù)據(jù)分析
- Python程序設(shè)計(jì)與算法基礎(chǔ)教程(第2版)(微課版)
- 精通MySQL 8(視頻教學(xué)版)
- 零代碼實(shí)戰(zhàn):企業(yè)級(jí)應(yīng)用搭建與案例詳解
- Python函數(shù)式編程(第2版)
- Visual C++程序設(shè)計(jì)全程指南
- Spring Boot 2+Thymeleaf企業(yè)應(yīng)用實(shí)戰(zhàn)