- 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.
推薦閱讀
- Python編程自學(xué)手冊(cè)
- Flask Blueprints
- PHP 從入門到項(xiàng)目實(shí)踐(超值版)
- PHP 編程從入門到實(shí)踐
- HTML5游戲開發(fā)案例教程
- Mastering Predictive Analytics with Python
- 從0到1:Python數(shù)據(jù)分析
- Unreal Engine 4 Shaders and Effects Cookbook
- MATLAB for Machine Learning
- Express Web Application Development
- 常用工具軟件立體化教程(微課版)
- Mastering React
- Beginning C++ Game Programming
- Scala編程實(shí)戰(zhàn)
- Mastering Android Studio 3