1. Урок 1. 00:14:37
    Introduction
  2. Урок 2. 00:02:51
    Course Overview
  3. Урок 3. 00:08:30
    Setup HTML & CSS
  4. Урок 4. 00:03:54
    Fetch Data with Vanilla JavaScript
  5. Урок 5. 00:07:19
    Render API Data to the DOM
  6. Урок 6. 00:04:50
    Deploy a GitHub Repo
  7. Урок 7. 00:07:38
    Previewing PRs on Netlify
  8. Урок 8. 00:03:52
    What is a Serverless Function
  9. Урок 9. 00:04:17
    Create & Run a Serverless Function
  10. Урок 10. 00:04:26
    Setup API URL
  11. Урок 11. 00:06:15
    Setup Gatsby
  12. Урок 12. 00:09:30
    Creating a Form Component
  13. Урок 13. 00:11:49
    Handling Input State with Hooks
  14. Урок 14. 00:07:21
    Adding Form States
  15. Урок 15. 00:10:03
    Adding a Loading Spinner
  16. Урок 16. 00:06:55
    Sending Data to Serverless Functions
  17. Урок 17. 00:07:53
    Sending Email with MailGun JS
  18. Урок 18. 00:07:23
    Setting Up Dashboard Pages
  19. Урок 19. 00:01:49
    Setting Up Client Routes in Gatsby
  20. Урок 20. 00:07:44
    Setting Up a Login Route
  21. Урок 21. 00:03:31
    Wiring Up Client-Side Routes
  22. Урок 22. 00:06:55
    Adding Netlify Identity
  23. Урок 23. 00:14:21
    Handling Authenticated States
  24. Урок 24. 00:06:38
    Protecting Private Routes
  25. Урок 25. 00:03:59
    Persist Data with Fauna
  26. Урок 26. 00:07:19
    GraphQL Schema in Fauna
  27. Урок 27. 00:11:44
    Setting Up the Back-End
  28. Урок 28. 00:15:36
    Wiring Data to the UI
  29. Урок 29. 00:13:49
    Adding Support for Creating Data
  30. Урок 30. 00:12:42
    Saving Updated Toggle State
  31. Урок 31. 00:07:39
    Deleting Data
  32. Урок 32. 00:05:12
    Wrapping Up