- 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."
- 自己動手寫搜索引擎
- C#程序設計實訓指導書
- 少年輕松趣編程:用Scratch創作自己的小游戲
- Flask Web開發入門、進階與實戰
- 數據結構(Java語言描述)
- 程序員考試案例梳理、真題透解與強化訓練
- Mastering macOS Programming
- Learning Network Forensics
- Apex Design Patterns
- 大學計算機基礎(第2版)(微課版)
- Hands-On Swift 5 Microservices Development
- SAP BusinessObjects Dashboards 4.1 Cookbook
- INSTANT Django 1.5 Application Development Starter
- Hands-On Reinforcement Learning with Python
- Scala程序員面試算法寶典