- MobX Quick Start Guide
- Pavan Podila Michel Weststrate
- 173字
- 2021-08-05 10:34:19
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: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
connect(mapStateToProps, mapDispatchToProps, mergeProps, options)(Component)
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 { observable, autorun, action } from 'mobx';
let cart = observable({
itemCount: 0,
modified: new Date(),
});
Any command-line input or output is written as follows:
$ mkdir css
$ cd css
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: "Select System info from the Administration panel."
- Mastering Node.js(Second Edition)
- 高校網絡道德教育研究
- SEO 20日
- 網絡故障現場處理實踐(第4版)
- 局域網組建、管理與維護項目教程(Windows Server 2003)
- 雷達饋線技術
- Mastering TypeScript 3
- 城域網與廣域網(第2版)
- Microsoft Dynamics CRM 2011 Applications(MB2-868) Certification Guide
- Bonita Open Solution 5.x Essentials
- 網絡安全應急響應技術實戰指南
- Getting Started with Memcached
- 局域網組成實踐
- 計算機網絡技術
- LwIP應用開發實戰指南:基于STM32