- 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
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Java Web開(kāi)發(fā)學(xué)習(xí)手冊(cè)
- 自制編譯器
- Angular UI Development with PrimeNG
- 體驗(yàn)設(shè)計(jì)原理:行為、情感和細(xì)節(jié)
- Unity 2020 Mobile Game Development
- Hands-On Data Structures and Algorithms with JavaScript
- Python深度學(xué)習(xí)
- Instant QlikView 11 Application Development
- Java加密與解密的藝術(shù)
- Hands-On Swift 5 Microservices Development
- Linux操作系統(tǒng)基礎(chǔ)案例教程
- Nginx Lua開(kāi)發(fā)實(shí)戰(zhàn)
- Mastering React
- Python Data Science Cookbook