February 2019
Intermediate to advanced
204 pages
4h 52m
English
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in the text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "According to the BMI scale, someone with bmi between 30.0 and 54 is said to have obesity"
A block of code is set as follows:
import { BrowserRouter } from 'react-router-dom';ReactDOM.render(<BrowserRouter><App /></BrowserRouter>,document.getElementById('root'));
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<Routepath="/about"render={() => (<div> This is about us page. </div>)}/>
Any command-line input ...
Read now
Unlock full access