- Getting Started with React
- Doel Sengupta Manu Singhal Danillo Corvalan
- 256字
- 2021-07-16 11:09:19
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: "Once Sublime editor is installed, go to the installed directory, and you can open Sublime from the terminal by running subl
in the directory that your are in and you will open the files of the current directory in sublime."
A block of code is set as follows:
<!DOCTYPE html> <html> <head> <script src="fb-react-0.12.2.js"></script> </head> <body> <div id="root"></div> </body> </html>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
function loadUserAndLikes () { FB.api('/me', function (userResponse) { React.render(<UserDetails userDetails={userResponse} />, document.getElementById('user')); var fields = { fields: 'category,name,picture.type(normal)' }; FB.api('/me/likes', fields, function (likesResponse) { React.render(<UserLikesList list={likesResponse.data} />, document.getElementById('main')); }); }); }
Any command-line input or output is written as follows:
sudo npm install jest-cli –save-dev
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: " I've experienced using Atom on a MacOS X Yosemite is that the font quality looks poorer than that in Sublime Text. If you face it, you just need to uncheck the Use Hardware Acceleration option in Atom's settings.."
- 新編Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- JavaScript前端開發(fā)模塊化教程
- FuelPHP Application Development Blueprints
- C語言程序設(shè)計(jì)(第2版)
- NumPy Essentials
- Python應(yīng)用輕松入門
- Lua程序設(shè)計(jì)(第4版)
- ASP.NET 3.5程序設(shè)計(jì)與項(xiàng)目實(shí)踐
- C#開發(fā)案例精粹
- GitHub入門與實(shí)踐
- Backbone.js Testing
- HTML5游戲開發(fā)實(shí)戰(zhàn)
- 零基礎(chǔ)學(xué)編程系列(全5冊)
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)(Windows 7+Office 2010)
- Python面向?qū)ο缶幊蹋ǖ?版)