October 2019
Intermediate to advanced
426 pages
11h 49m
English
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, folder names, filenames, file extensions, pathnames, dummy URLs, and user input. Here is an example: "JavaScript classes provide a render method, which returns the user interface (usually via JSX)."
A block of code is set as follows:
class Example extends React.Component {
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
constructor (props) { super(props) this.state = { name: '' } this.handleChange = this.handleChange.bind(this) }
Any command-line input or output is written as follows:
> npm run-script build
Bold: Indicates a new term, an important ...
Read now
Unlock full access