- Redux Quick Start Guide
- James Lee Tao Wei Suresh Kumar Mukhiya
- 180字
- 2021-07-02 12:40:27
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in the text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "According to the BMI scale, someone with bmi between 30.0 and 54 is said to have obesity"
A block of code is set as follows:
import { BrowserRouter } from 'react-router-dom';
ReactDOM.render(
<BrowserRouter>
<App />
</BrowserRouter>,
document.getElementById('root')
);
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<Route
path="/about"
render={() => (
<div> This is about us page. </div>
)}
/>
Any command-line input or output is written as follows:
$ yarn add connected-react-router --exact
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."
- Python數(shù)據(jù)分析入門與實(shí)戰(zhàn)
- R語言數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南
- Xcode 7 Essentials(Second Edition)
- 青少年軟件編程基礎(chǔ)與實(shí)戰(zhàn)(圖形化編程三級)
- MySQL 8 DBA基礎(chǔ)教程
- Learning Firefox OS Application Development
- Reactive Programming With Java 9
- 差分進(jìn)化算法及其高維多目標(biāo)優(yōu)化應(yīng)用
- 基于Swift語言的iOS App 商業(yè)實(shí)戰(zhàn)教程
- 執(zhí)劍而舞:用代碼創(chuàng)作藝術(shù)
- Java語言程序設(shè)計教程
- Processing創(chuàng)意編程指南
- MongoDB Cookbook(Second Edition)
- Python預(yù)測分析實(shí)戰(zhàn)
- 零基礎(chǔ)學(xué)SQL(升級版)