Mastering React Test-Driven Development

Mastering React Test-Driven Development
Author :
Publisher : Packt Publishing Ltd
Total Pages : 565
Release :
ISBN-10 : 9781803230559
ISBN-13 : 180323055X
Rating : 4/5 (55X Downloads)

Book Synopsis Mastering React Test-Driven Development by : Daniel Irvine

Download or read book Mastering React Test-Driven Development written by Daniel Irvine and published by Packt Publishing Ltd. This book was released on 2022-09-30 with total page 565 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn test-driven and behavior-driven development techniques that will give you greater confidence when building React applications Key FeaturesExplore the TDD process, how it works, and why it will help you write maintainable React appsDevelop a component testing framework from scratch, which will help you understand the mechanics of good unit testingReduce complexity by using unit tests and end-to-end acceptance tests to drive the design of your appsBook Description Test-driven development (TDD) is a programming workflow that helps you build your apps by specifying behavior as automated tests. The TDD workflow future-proofs apps so that they can be modified without fear of breaking existing functionality. Another benefit of TDD is that it helps software development teams communicate their intentions more clearly, by way of test specifications. This book teaches you how to apply TDD when building React apps. You'll create a sample app using the same React libraries and tools that professional React developers use, such as Jest, React Router, Redux, Relay (GraphQL), Cucumber, and Puppeteer. The TDD workflow is supported by various testing techniques and patterns, which are useful even if you're not following the TDD process. This book covers these techniques by walking you through the creation of a component test framework. You'll learn automated testing theory which will help you work with any of the test libraries that are in standard usage today, such as React Testing Library. This second edition has been revised with a stronger focus on concise code examples and has been fully updated for React 18. By the end of this TDD book, you'll be able to use React, Redux, and GraphQL to develop robust web apps. What you will learnBuild test-driven applications using React 18 and JestUnderstand techniques and patterns for writing great automated testsUse test doubles and mocks effectivelyTest-drive browser APIs, including the Fetch API and the WebSocket APIIntegrate with libraries such as React Router, Redux, and Relay (GraphQL)Use Cucumber.js and Puppeteer to build Behaviour- Driven Development (BDD) style tests for your applicationsBuild and test async Redux code using redux-saga and expect-reduxWho this book is for This book is for frontend developers who are looking to improve their testing practices and increase the quality and maintainability of their applications. To make the most of this book, you'll need knowledge of the JavaScript programming language.


Mastering React Test-Driven Development Related Books

Mastering React Test-Driven Development
Language: en
Pages: 565
Authors: Daniel Irvine
Categories: Computers
Type: BOOK - Published: 2022-09-30 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Learn test-driven and behavior-driven development techniques that will give you greater confidence when building React applications Key FeaturesExplore the TDD
Mastering React Test-Driven Development
Language: en
Pages: 483
Authors: Daniel Irvine
Categories: Computers
Type: BOOK - Published: 2019-05-03 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

This book is comprehensive walk through of Test-Driven Development (TDD) for React. It takes a first-principles approach to teach the TDD process using vanilla
Test-Driven Development with React
Language: en
Pages:
Authors: Juntao Qiu
Categories: Computers
Type: BOOK - Published: 2021-09-27 - Publisher: Apress

DOWNLOAD EBOOK

Learn to use accelerated test-driven development (TDD) to build a React application from scratch. This book explains how your React components will be integrate
Mastering TypeScript 3
Language: en
Pages: 683
Authors: Nathan Rozentals
Categories: Computers
Type: BOOK - Published: 2019-02-28 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Master the TypeScript language and its latest features. Explore modern application frameworks and utilize industry best practices in TDD, OOP and UI Design. Key
C# and .NET Core Test-Driven Development
Language: en
Pages: 293
Authors: Ayobami Adewole
Categories: Computers
Type: BOOK - Published: 2018-05-18 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Learn how to apply a test-driven development process by building ready C# 7 and .NET Core applications. Key Features Create tests to quickly detect and resolve