- Learn React with TypeScript 3
- Carl Rippon
- 116字
- 2021-06-10 19:16:45
Technical requirements
We use the following technologies in this chapter:
- Node.js and npm: TypeScript and React are dependent on these. Install them from the following link: https://nodejs.org/en/download/. If you already have these installed, make sure npm is at least version 5.2.
- Visual Studio Code: We'll need an editor to write our React and TypeScript code, which can be installed from https://code.visualstudio.com/. We'll also need the TSLint extension (by egamma) and the Prettier extension (by Estben Petersen).
- Babel Repl: We'll use this online tool briefly to explore JSX. This can be found at https://babeljs.io/repl.
All the code snippets in this chapter can be found online at https://github.com/carlrip/LearnReact17WithTypeScript/tree/master/03-GettingStartedWithReactAndTypeScript.
推薦閱讀
- INSTANT Mock Testing with PowerMock
- Scala Design Patterns
- Selenium Design Patterns and Best Practices
- RTC程序設計:實時音視頻權威指南
- 小程序開發原理與實戰
- ArcGIS By Example
- Getting Started with NativeScript
- 區塊鏈技術進階與實戰(第2版)
- 分布式架構原理與實踐
- MySQL數據庫應用實戰教程(慕課版)
- 深入理解Kafka:核心設計與實踐原理
- 讓Python遇上Office:從編程入門到自動化辦公實踐
- Learning Apache Thrift
- Python Django Web從入門到項目實戰(視頻版)
- jQuery權威指南