- React Router Quick Start Guide
- Sagar Ganatra
- 155字
- 2021-07-23 16:41:31
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:
In GitHubComponent
GitHub ID - mjackson
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
to='/github/:githubID'
component={GitHubComponent}
/>
Any command-line input or output is written as follows:
Root:
path: /category, isExact: true
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."
- UML和模式應用(原書第3版)
- Learning PostgreSQL
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- YARN Essentials
- Hands-On Microservices with Kotlin
- Java實戰(第2版)
- Python Data Structures and Algorithms
- 微服務架構深度解析:原理、實踐與進階
- SciPy Recipes
- HTML5移動Web開發
- Node.js實戰:分布式系統中的后端服務開發
- 量子計算機編程:從入門到實踐
- Software Architecture with Python
- Getting Started with hapi.js
- Design Patterns and Best Practices in Java