- 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
推薦閱讀
- 手機安全和可信應用開發(fā)指南:TrustZone與OP-TEE技術詳解
- Python自動化運維快速入門
- 青少年美育趣味課堂:XMind思維導圖制作
- 手把手教你學C語言
- Mathematica Data Analysis
- Learning Continuous Integration with TeamCity
- 分布式數據庫原理、架構與實踐
- MongoDB Cookbook(Second Edition)
- Monitoring Docker
- Flask開發(fā)Web搜索引擎入門與實戰(zhàn)
- Android應用開發(fā)攻略
- Spring MVC Blueprints
- Mastering MeteorJS Application Development
- Go語言從入門到進階實戰(zhàn)(視頻教學版)
- Getting Started with SQL Server 2014 Administration