Test-Driven Development with React and TypeScript : Building Maintainable React Applications (2ND)

個数:

Test-Driven Development with React and TypeScript : Building Maintainable React Applications (2ND)

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 220 p.
  • 言語 ENG
  • 商品コード 9781484296479

Full Description

Apply test-driven principles to create scalable and maintainable React applications. This book covers 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. 

Contents

Chapter 1. A Very Brief History of Test-Driven Development.- 
Chapter 2. Get Started with Jest.- Chapter 3. Test-Driven Development 101.- Chapter 4. Project Setup.- Chapter 5. Implementing the Book List.- Chapter 6. Implementing the Book Detail View.- Chapter 7. Searching by Keyword.- Chapter 8. State Management.- Chapter 9. Managing Book Reviews.- Chapter 10. Behavior-Driven Development.-Chapter 11: Refactoring Techniques  Appendix A: Design the State Data Shape of Your Application.- Appendix B: Background of Testing Strategies.-Appendix C: Typescript