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