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

React in Action

List Price: $44.99
SKU:
9781617293856
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:
    Mark Tielens Thomas
    Format:
    Paperback
    Pages:
    360
    Publisher:
    Manning (July 8, 2018)
    Language:
    English
    ISBN-13:
    9781617293856
    ISBN-10:
    1617293857
    Weight:
    22.56oz
    Dimensions:
    7.38" x 9.25" x 0.9"
    File:
    Eloquence-SimonSchuster_08192026_P10502905_onix30-20260819.xml
    Folder:
    Eloquence
    List Price:
    $44.99
    Case Pack:
    26
    As low as:
    $40.49
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Summary
    React in Action introduces front-end developers to the React framework and related tools. This clearly written, example-rich book begins by introducing you to React, diving into some of the fundamental ideas in React, and working with components. In the second section, you'll explore the different ways that data works in React as well as learning more about components. You'll also find several useful appendixes covering related topics like React tooling and the React ecosystem.

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

    About the Technology
    Facebook created React to help deliver amazing user experiences on a website with thousands of components and an incomprehensible amount of traffic. The same powerful tools are available to you too! The key is a clever design for managing state, data flow, and rendering, so your application is easy to think about and runs smoothly. Add an incredibly rich ecosystem of components and libraries, and you've got a recipe for building web apps that will delight both developers and users.

    About the Book
    React in Action teaches you to think like a pro about user interfaces and building them with React. This practical book gets you up and running quickly with hands-on examples in every chapter. You'll master core topics like rendering, lifecycle methods, JSX, data flow, forms, routing, integrating with third-party libraries, and testing. And the included application design ideas will help make your apps pop. As you learn to integrate React into full-stack applications, you'll explore state management with Redux and server-side rendering, and even dabble in React Native for mobile UIs.

    What's Inside
    • React from the ground up
    • Implementing a routing system with components
    • Server-side rendering in Node.js
    • Working with third-party libraries
    • Testing React components

    About the Reader
    Written for developers familiar with HTML, CSS, and JavaScript.

    About the Author
    Mark Thomas is an experienced software engineer who works daily with React, JavaScript, and Node.js. He loves clean code, beautiful systems, and good coffee.

    Table of Contents
    PART 1 - MEET REACT
    1. Meet React
    2. Our first component

    PART 2 - COMPONENTS AND DATA IN REACT
    1. Data and data flow in React
    2. Rendering and lifecycle methods in React
    3. Working with forms in React
    4. Integrating third-party libraries with React
    5. Routing in React
    6. More routing and integrating Firebase
    7. Testing React components

    PART 3 - REACT APPLICATION ARCHITECTURE
    1. Redux application architecture
    2. More Redux and integrating Redux with React
    3. React on the server and integrating React Router
    4. An introduction to React Native