Appendix B. React cheatsheet
When you develop your own projects, searching on the internet for React documentation and APIs or going back to this book’s chapters to find a single method isn’t efficient. If you’d like to save time and avoid the distractions lurking everywhere on the Net, use this React cheatsheet as a quick reference.
Print-ready PDF available
In addition to the text version presented here, I’ve created a free beautifully designed, print-ready PDF version of this cheatsheet. You can request this PDF at http://reactquickly.co/resources.

- <script src="https://unpkg.com/react@15/dist/react.js"></script>
- $ npm install react --save
- $ bower install react --save
- <script src="https://unpkg.com/react-dom@15/dist/react-dom.js"></script>
- $ npm install react-dom
- $ bower install react-dom --save