December 2019
Intermediate to advanced
474 pages
10h 3m
English
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: "Since you're going to build a Movie List application in this chapter, name this directory movieList."
A block of code is set as follows:
{ "name": "movieList", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC"}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
import React from 'react'; ...
Read now
Unlock full access