Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай React - Mastering Test Driven Development, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:06
    What to Expect from the Course
  • Урок 2. 00:04:29
    Optional: Installing Node and Create-React-App
  • Урок 3. 00:03:00
    Optional: Installing a Code Editor
  • Урок 4. 00:04:25
    Test Driven Development, Jest, Enzyme, & More
  • Урок 5. 00:01:53
    GiftGiver Preview
  • Урок 6. 00:13:31
    Set Up GiftGiver with a Unit Test
  • Урок 7. 00:06:10
    Snapshot Test the App Component
  • Урок 8. 00:13:40
    Render the Gift List in the App
  • Урок 9. 00:09:02
    Render GiftGiver and the Gift List
  • Урок 10. 00:01:32
    Behavior Driven Development
  • Урок 11. 00:06:27
    BDD in GiftGiver
  • Урок 12. 00:13:04
    Test and Build the Gift Component | Part One
  • Урок 13. 00:06:54
    Test and Build the Gift Component | Part Two
  • Урок 14. 00:14:25
    Remove a Gift
  • Урок 15. 00:11:43
    Test Coverage and Helper Methods
  • Урок 16. 00:04:45
    Optional Styling
  • Урок 17. 00:01:16
    LootCheck Preview
  • Урок 18. 00:09:54
    Start Up LootCheck with an App Component
  • Урок 19. 00:02:42
    Optional: Understanding Redux
  • Урок 20. 00:03:27
    Optional: Understanding Redux Visually
  • Урок 21. 00:08:15
    Set a Balance with a Redux Action
  • Урок 22. 00:07:29
    Create the Balance Redux Reducer
  • Урок 23. 00:12:15
    Test and Build a Wallet Component
  • Урок 24. 00:04:17
    Render the Wallet
  • Урок 25. 00:10:34
    Support Redux Deposit and Withdraw Methods
  • Урок 26. 00:08:55
    Local Wallet Balance with State
  • Урок 27. 00:10:38
    Dispatch Deposit and Withdraw
  • Урок 28. 00:09:10
    Store Data with Cookies
  • Урок 29. 00:01:29
    Async Actions, Middleware, & Redux Thunk
  • Урок 30. 00:04:08
    Accessing the Bitcoin API
  • Урок 31. 00:16:43
    Fetch the Bitcoin Value through Redux
  • Урок 32. 00:05:47
    Bitcoin Redux Reducer
  • Урок 33. 00:08:37
    Combine Reducers
  • Урок 34. 00:11:29
    Test and Build the Loot Component | Part One
  • Урок 35. 00:08:36
    Test and Build the Loot Component | Part Two
  • Урок 36. 00:02:42
    Stateless Functional Components - Convert the App
  • Урок 37. 00:03:15
    Run the Coverage Report
  • Урок 38. 00:06:26
    Styling and API Cleanup