- 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.
推薦閱讀
- CMDB分步構(gòu)建指南
- Apache Hive Essentials
- SAS數(shù)據(jù)統(tǒng)計分析與編程實踐
- Linux Device Drivers Development
- HTML5從入門到精通 (第2版)
- Kotlin從基礎(chǔ)到實戰(zhàn)
- Getting Started with Laravel 4
- Keras深度學(xué)習(xí)實戰(zhàn)
- Android系統(tǒng)級深入開發(fā)
- NGINX Cookbook
- Python數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南(全彩)
- Java 9 with JShell
- AI自動化測試:技術(shù)原理、平臺搭建與工程實踐
- Test-Driven iOS Development with Swift
- Spring Web Services 2 Cookbook