1. Урок 1. 00:00:31
    Initial instructions
  2. Урок 2. 00:01:50
    What is NextJS
  3. Урок 3. 00:16:25
    SSR vs CSR
  4. Урок 4. 00:05:02
    Requirements for getting started
  5. Урок 5. 00:05:28
    Setting up our NextJS project
  6. Урок 6. 00:06:41
    Folder structure walkthrough
  7. Урок 7. 00:05:33
    App walkthrough
  8. Урок 8. 00:05:21
    Routing Nesting
  9. Урок 9. 00:05:13
    Dynamic Routing
  10. Урок 10. 00:02:38
    Presenting the TV Shows API
  11. Урок 11. 00:05:50
    Fetching data on client side
  12. Урок 12. 00:06:05
    Fetching data on server side
  13. Урок 13. 00:02:48
    [IMPORTANT] Limitations of getInitialProps
  14. Урок 14. 00:06:55
    Render some content from the API
  15. Урок 15. 00:04:42
    Fetching data from other countries
  16. Урок 16. 00:01:46
    What is my country code?
  17. Урок 17. 00:07:00
    Creating a thumbnail
  18. Урок 18. 00:06:23
    Styling our thumbnail component
  19. Урок 19. 00:04:21
    Extracting styles to a separate file
  20. Урок 20. 00:10:11
    (Optional) How to use Sass
  21. Урок 21. 00:05:17
    Providing a default thumbnail image
  22. Урок 22. 00:04:39
    The Link component
  23. Урок 23. 00:06:03
    Making our thumbnail clickable
  24. Урок 24. 00:04:47
    Link component navigating on client side
  25. Урок 25. 00:04:53
    Thumbnails with Dynamic urls
  26. Урок 26. 00:05:27
    Details Page review and requirements
  27. Урок 27. 00:06:53
    Creating poster and title
  28. Урок 28. 00:04:48
    Adding TV Show description paragraph
  29. Урок 29. 00:08:27
    Building our cast component
  30. Урок 30. 00:03:26
    Loading images and captions on Cast component
  31. Урок 31. 00:07:09
    Fixing Cast styles
  32. Урок 32. 00:06:01
    Another Cast style fix
  33. Урок 33. 00:05:29
    Suppressing cast panel whenever it is not available
  34. Урок 34. 00:05:12
    Creating our header component
  35. Урок 35. 00:07:59
    Creating our country filter
  36. Урок 36. 00:06:32
    Initializing our country filter
  37. Урок 37. 00:04:23
    Fixing our country selector
  38. Урок 38. 00:04:47
    Navigating to a page when selecting a new country
  39. Урок 39. 00:07:34
    Refactoring our Header
  40. Урок 40. 00:03:59
    Global styles
  41. Урок 41. 00:06:55
    Default Error Handling
  42. Урок 42. 00:08:50
    Custom Error handling
  43. Урок 43. 00:04:12
    Handling Errors on Home Page
  44. Урок 44. 00:04:44
    Getting to know the process.browser
  45. Урок 45. 00:05:55
    Redirecting user to other page
  46. Урок 46. 00:08:19
    Deploying to Zeit.co
  47. Урок 47. 00:08:19
    Post-Production: Our new requirement
  48. Урок 48. 00:08:30
    Saving a new cookie
  49. Урок 49. 00:06:38
    Reading a cookie value
  50. Урок 50. 00:03:06
    Pushing new requirement to production
  51. Урок 51. 00:05:03
    Presenting the public folder
  52. Урок 52. 00:05:47
    Updating app font-family
  53. Урок 53. 00:02:43
    Pushing the new font-family to production
  54. Урок 54. 00:04:48
    Understanding how Authentication will work on our project
  55. Урок 55. 00:03:33
    Presenting Signin endpoint
  56. Урок 56. 00:04:10
    Initializing our implementation
  57. Урок 57. 00:08:06
    Building our withAuthorization HOC
  58. Урок 58. 00:08:27
    Building the authenticate method
  59. Урок 59. 00:06:59
    Creating our signin form
  60. Урок 60. 00:08:25
    Submitting our Signin form
  61. Урок 61. 00:04:01
    Styling our Signin form
  62. Урок 62. 00:06:00
    Handling form submit error
  63. Урок 63. 00:08:46
    Handling onBlur events
  64. Урок 64. 00:03:02
    Fixing bug encountered in the last session
  65. Урок 65. 00:08:41
    Creating our signup form
  66. Урок 66. 00:02:10
    Fixing our infinite loop issue
  67. Урок 67. 00:12:21
    Creating the signout link
  68. Урок 68. 00:01:40
    Fixing signout issue
  69. Урок 69. 00:03:25
    Redirecting after signin
  70. Урок 70. 00:07:06
    Redirecting after signin 02
  71. Урок 71. 00:00:41
    Redirecting after signin 03
  72. Урок 72. 00:07:24
    Redirect after signin 04
  73. Урок 73. 00:03:05
    Considerations
  74. Урок 74. 00:02:22
    Introducing custom server
  75. Урок 75. 00:05:28
    New requirement and new architecture
  76. Урок 76. 00:02:15
    Creating the cast member details router
  77. Урок 77. 00:05:52
    Linking the cast route
  78. Урок 78. 00:08:12
    Creating our custom server.js
  79. Урок 79. 00:01:43
    Testing our initial custom server
  80. Урок 80. 00:05:09
    Intercepting defective url
  81. Урок 81. 00:03:16
    Accessing personId inside our component
  82. Урок 82. 00:05:22
    Fetching cast member information
  83. Урок 83. 00:00:53
    Contact and questions