- Hands-On Design Patterns with React Native
- Mateusz Grzesiukiewicz
- 183字
- 2021-08-13 15:12:55
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:
export default function() {
return React.createElement(
Text,
{style: {marginTop: 30}},
'Example Text!'
);
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
export default function App() {
return (
<View style={styles.container}>
...
</View>
);
}
Any command-line input or output is written as follows:
yarn test -- --coverage
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: "You can now tap the Details button to navigate to the Task Details screen."
- Learning Data Mining with Python
- NativeScript for Angular Mobile Development
- Hands-On RESTful Web Services with Go
- D3.js 4.x Data Visualization(Third Edition)
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(入門與提高篇)
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- “笨辦法”學C語言
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- Xcode 6 Essentials
- SwiftUI極簡開發
- 區塊鏈:技術與場景
- Mastering Responsive Web Design
- 瘋狂Ajax講義(第3版)
- jQuery權威指南
- ACE技術內幕:深入解析ACE架構設計與實現原理