- Serverless Web Applications with React and Firebase
- Harmeet Singh Mayur Tanna
- 133字
- 2021-08-27 19:11:06
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:
constructor(props) {
super(props);
this.state = {
value: props.initialValue
};
}
Any command-line input or output is written as follows:
node -v
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."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 計算思維與算法入門
- 案例式C語言程序設計
- GeoServer Cookbook
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- The Complete Coding Interview Guide in Java
- 區塊鏈底層設計Java實戰
- Unity 2018 Augmented Reality Projects
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- C語言程序設計
- Hacking Android
- The Statistics and Calculus with Python Workshop
- UML基礎與Rose建模實用教程(第三版)
- 軟技能2:軟件開發者職業生涯指南
- 深入理解Zabbix監控系統