null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

React Quickly (Painless web apps with React, JSX, Redux, and GraphQL)

List Price: $49.99
SKU:
9781617293344
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Azat Mardan
    Format:
    Paperback
    Pages:
    528
    Publisher:
    Manning (September 28, 2017)
    Imprint:
    Manning
    Language:
    English
    ISBN-13:
    9781617293344
    ISBN-10:
    1617293342
    Weight:
    32.32oz
    Dimensions:
    7.38" x 9.25" x 1.1"
    File:
    Eloquence-SimonSchuster_05022026_P10038138_onix30_Complete-20260502.xml
    Folder:
    Eloquence
    List Price:
    $49.99
    Pub Discount:
    37
    Case Pack:
    13
    As low as:
    $47.49
    Publisher Identifier:
    P-SS
    Discount Code:
    H
  • Overview

    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

      PART 1 - REACT FOUNDATION

    1. Meeting React
    2. Baby steps with React
    3. Introduction to JSX
    4. Making React interactive with states
    5. React component lifecycle events
    6. Handling events in React
    7. Working with forms in React
    8. Scaling React components
    9. Project: Menu component
    10. Project: Tooltip component
    11. Project: Timer component
    12. PART 2 - REACT ARCHITECTURE

    13. The Webpack build tool
    14. React routing
    15. Working with data using Redux
    16. Working with data using GraphQL
    17. Unit testing React with Jest
    18. React on Node and Universal JavaScript
    19. Project: Building a bookstore with React Router
    20. Project: Checking passwords with Jest
    21. 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