- React.js Essentials
- Artemij Fedosejev
- 207字
- 2021-07-16 20:26:51
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The entry point to the React library is the React
object."
A block of code is set as follows:
var React = require('react'); var ReactDOM = require('react-dom'); var reactElement = React.createElement( 'h1', { className: 'header' } ); ReactDOM.render( reactElement, document.getElementById('react-application') );
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<!doctype html> <html lang="en"> <head> <title>Snapterest</title> </head> <body> <div id="react-application"> I am about to learn the essentials of React.js. </div> <script src="./snapterest.js"></script> </body> </html>
Any command-line input or output is written as follows:
cd ~ git clone https://github.com/snapkite/snapkite-engine.git
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "You should see the following text: I am about to learn the essentials of React.js."
- SOA實(shí)踐
- 計(jì)算機(jī)圖形學(xué)編程(使用OpenGL和C++)(第2版)
- Python程序設(shè)計(jì)(第3版)
- Android Application Development Cookbook(Second Edition)
- Blender 3D Incredible Machines
- Tableau 10 Bootcamp
- Deep Learning with R Cookbook
- Python計(jì)算機(jī)視覺和自然語(yǔ)言處理
- Getting Started with Windows Server Security
- AI輔助編程Python實(shí)戰(zhàn):基于GitHub Copilot和ChatGPT
- C#程序設(shè)計(jì)基礎(chǔ)與實(shí)踐
- Isomorphic JavaScript Web Development
- Testing Practitioner Handbook
- 深度剖析ApacheDubbo核心技術(shù)內(nèi)幕
- 微軟辦公軟件認(rèn)證考試MOS Access 2013實(shí)訓(xùn)教程