Mastering React Test-Driven Development: Build rock-solid,well-tested web apps with React,Redux and GraphQL
Authors: Daniel Irvine
ISBN-10: 1789133416
ISBN-13: 9781789133417
Publication Date 出版日期: 2019-05-03
Print Length 页数: 496 pages
Publisher finelybook 出版社: Packt
Book Description
By finelybook
Implement TDD for your React applications using Jest,React Router,Redux,and GraphQL/Relay. Learn BDD and end-to-end acceptance testing with CucumberJS and Puppeteer.
Many programmers are aware of TDD but struggle to apply it beyond basic examples. This book teaches how to build complex,real-world applications using Test-Driven Development (TDD). It takes a first principles approach to the TDD process using plain Jest and includes test-driving the integration of libraries including React Router,Redux,and Relay (GraphQL).
Readers will practice systematic refactoring while building out their own test framework,gaining a deep understanding of TDD tools and techniques. They will learn how to test-drive features such as client- and server-side form validation,data filtering and searching,navigation and user workflow,undo/redo,animation,LocalStorage access,WebSocket communication,and querying GraphQL endpoints.
The book covers refactoring codebases to use the React Router and Redux libraries. via TDD. Redux is explored in depth,with reducers,middleware,sagas,and connected React components. The book also covers acceptance testing using Cucumber and Puppeteer.
The book is fully up to date with React 16.9 and has in-depth coverage of hooks and the ‘act’ test helper.
What you will learn
Build test-driven applications using React 16.9+ and Jest
Build complete web applications using a variety of HTML input elements
Understand the different types of test double and when to apply them
Test-drive the Integration of libraries such as React Router,Redux,and Relay (GraphQL)
Learn when to be pragmatic and how to apply TDD shortcuts
Test-drive interaction with browser APIs including fetch and WebSockets
Use Cucumber.js and Puppeteer to build BDD-style acceptance tests for your applications
Build and test async Redux code using redux-saga and expect-redux
Contributors
Contents
Preface
Section 1: First Principles of TDD
Chapter 1: First Steps with Test-Driven Development
Chapter 2: Test-driving Data Input with React
Chapter 3: Exploring Test Doubles
Chapter 4: Creating a User Interface
Section 2: Building a Single-Page Application
Chapter 5: Humanizing Forms
Chapter 6: Filtering and Searching Data
Chapter 7: Test-driving React Router
Chapter 8: Test-driving Redux
Chapter 9: Test-driving GraphQL
Section 3: Interactivity
Chapter 10: Building a Logo Interpreter
Chapter 11: Adding Animation
Chapter 12: Working with WebSockets
Section 4: Acceptance Testing with BDD
Chapter 13: Writing Your First Acceptance Test
Chapter 14: Adding Features Guided by Acceptance Tests
Chapter 15: Understanding TDD in the Wider Testing Landscape
Other Books You May Enjoy
Index