- Create React App 2 Quick Start Guide
- Brandon Richey
- 142字
- 2021-07-02 12:53:23
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "At the very top of the App.js file, we're going to add our import statement."
A block of code is set as follows:
const App = () => {
return <div className="App">Homepage!</div>;
};
Any command-line input or output is written as follows:
$ yarn add bootstrap@4 reactstrap@6.5.0
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- C語言程序設計實訓教程
- Processing互動編程藝術
- Python:Master the Art of Design Patterns
- 大學計算機基礎實驗指導
- Linux:Embedded Development
- C語言程序設計上機指導與習題解答(第2版)
- WordPress 4.0 Site Blueprints(Second Edition)
- Java網絡編程核心技術詳解(視頻微課版)
- Webpack實戰:入門、進階與調優
- TMS320LF240x芯片原理、設計及應用
- Clojure for Machine Learning
- 網絡數據采集技術:Java網絡爬蟲實戰
- MySQL從入門到精通
- Python自動化運維:技術與最佳實踐
- AngularJS Web Application Development Cookbook