Test-Driven Development with React and TypeScript
eBook - ePub

Test-Driven Development with React and TypeScript

Building Maintainable React Applications

  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

Test-Driven Development with React and TypeScript

Building Maintainable React Applications

Book details
Table of contents
Citations

About This Book

Apply test-driven principles to create scalable and maintainable React applications. This bookcovers a wide range of topics, including setting up a testing environment and utilizing popular testing frameworks like Cypress, Jest, and the React Testing Library. It also delves into valuable refactoring techniques, as well as enhancing code maintainability and readability. What sets this comprehensive guide apart is its end-to-end project simulation, showcasing how TDD can be employed to build a complete application called "Bookish."

Test-Driven Development with React and TypeScript elevates its code examples by leveraging TypeScript, the predominant language in modern frontend development, offering you a deeper understanding of how TDD principles can be applied to React projects. Furthermore, all code examples have been carefully revised and updated for this edition, incorporating reader feedback and reflecting current industry standards.

After completing this book, you have the knowledge and skills necessary to develop high quality and scalable React applications.

What You Will Learn

  • Master essential refactoring techniques to enhance code quality
  • Employ modern practices for writing maintainable React code, including testing and product implementation
  • Gain practical experience applying test-driven development (TDD) principles to real-world projects
  • Craft high quality, scalable, and maintainable React applications using TDD principles and techniques

Who This Book Is For

Web application developers who wants to learn how to write high quality code using test-driven development.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Test-Driven Development with React and TypeScript by Juntao Qiu in PDF and/or ePUB format, as well as other popular books in Computer Science & Web Programming. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2023
ISBN
9781484296486
Edition
2

Table of contents

  1. Cover
  2. Front Matter
  3. 1. A Brief History of Test-Driven Development
  4. 2. Get Started with Jest
  5. 3. Refactoring Essentials: The Basics You Need to Know
  6. 4. Test-Driven Development Essentials
  7. 5. Project Setup
  8. 6. Implement the Book List
  9. 7. Implementing the Book Detail View
  10. 8. Searching by Keyword
  11. 9. Introduction to State Management
  12. 10. Book Reviews
  13. 11. Behavior-Driven Development
  14. Back Matter