React Quickly: Painless Web Apps With React, JSX, Redux, and GraphQL

Azat Mardan

Language: English

Publisher: Manning

Published: Sep 27, 2017

Description:

Summary

React Quickly is for anyone who wants to learn React.js fast. This hands-on book teaches you the concepts you need with lots of examples, tutorials, and a large main project that gets built throughout the book.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

Successful user interfaces need to be visually interesting, fast, and flowing. The React.js JavaScript library supercharges view-heavy web applications by improving data flow between UI components. React sites update visual elements efficiently and smoothly, minimizing page reloads. React is developer friendly, with a strong ecosystem to support the dev process along the full application stack. And because it's all JavaScript, React is instantly familiar.

About the Book

React Quickly is the tutorial for web developers who want to get started fast with React.js. Following carefully chosen and clearly explained examples, you'll learn React development using your existing JavaScript and web dev skills. You'll explore a host of different projects as you learn about web components, forms, and data.

What's Inside

  • Master React fundamentals
  • Build full web apps with data and routing
  • Test components
  • Optimize React apps

About the Reader

This book is for developers comfortable building web applications with JavaScript.

About the Author

Azat Mardan is a Tech Fellow at Capital One with extensive experience using and teaching JavaScript and Node, and author of several books on JavaScript, Node, React, and Express.

Table of Contens

  1. PART 1 - REACT FOUNDATION
  2. Meeting React
  3. Baby steps with React
  4. Introduction to JSX
  5. Making React interactive with states
  6. React component lifecycle events
  7. Handling events in React
  8. Working with forms in React
  9. Scaling React components
  10. Project: Menu component
  11. Project: Tooltip component
  12. Project: Timer component
  13. PART 2 - REACT ARCHITECTURE
  14. The Webpack build tool
  15. React routing
  16. Working with data using Redux
  17. Working with data using GraphQL
  18. Unit testing React with Jest
  19. React on Node and Universal JavaScript
  20. Project: Building a bookstore with React Router
  21. Project: Checking passwords with Jest
  22. Project: Implementing autocomplete with Jest, Express, and MongoDB

APPENDIXES

  • Appendix A - Installing applications used in this book
  • Appendix B - React cheatsheet
  • Appendix C - Express.js cheatsheet
  • Appendix D - MongoDB and Mongoose cheatsheet
  • Appendix E - ES6 for success