- 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
推薦閱讀
- 多媒體CAI課件設計與制作導論(第二版)
- 精通Nginx(第2版)
- 程序設計與實踐(VB.NET)
- 程序員面試筆試寶典
- Rake Task Management Essentials
- Getting Started with PowerShell
- 匯編語言程序設計(第2版)
- Hands-On Automation Testing with Java for Beginners
- OpenStack Orchestration
- 程序設計基礎教程:C語言
- Visual Basic程序設計
- Web前端應用開發(fā)技術
- Android移動開發(fā)案例教程:基于Android Studio開發(fā)環(huán)境
- Machine Learning With Go
- Mudbox 2013 Cookbook