- Beginning React
- Andrea Chiarelli
- 201字
- 2021-07-23 17:10:28
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: "By wrapping the App component, the BrowserRouter component enriches it with routing capabilities."
A block of code is set as follows:
class Catalog extends React.Component {
constructor() {
super();
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
import { BrowserRouter } from 'react-router-dom'
ReactDOM.render(
<BrowserRouter>
<App />
</BrowserRouter>
, document.getElementById('root'));
Any command-line input or output is written as follows:
create-react-app --version
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Now we need to create a view to display the Catalog component or the About page."
Activity: These are scenario-based activities that will let you practically apply what you've learned over the course of a complete section. They are typically in the context of a real-world problem or situation.
Warnings or important notes appear like this.
- Redis入門指南(第3版)
- GeoServer Cookbook
- 零基礎學C++程序設計
- Groovy for Domain:specific Languages(Second Edition)
- Python 3網(wǎng)絡爬蟲實戰(zhàn)
- R的極客理想:工具篇
- Python貝葉斯分析(第2版)
- 小學生C++創(chuàng)意編程(視頻教學版)
- Teaching with Google Classroom
- Bootstrap 4 Cookbook
- Learning Apache Karaf
- Learning Modular Java Programming
- JavaScript腳本特效編程給力起飛
- MATLAB GUI純代碼編寫從入門到實戰(zhàn)
- Xcode 6 Essentials