December 2019
Intermediate to advanced
598 pages
12h 21m
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: "Let's create a file called .eslintrc.json in the frontend folder with the following code."
A block of code is set as follows:
{ "extends": "react-app"}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
const App: React.FC = () => { const unused = 'something'; return ( ... );};
Any command-line input or output is written as follows:
> cd frontend> npm start
Bold: Indicates a new term, an important word, or words ...
Read now
Unlock full access