Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Intro to React.js, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:37
    Welcome to Intro to React.js
  2. Урок 2. 00:06:09
    Introducing React
  3. Урок 3. 00:01:24
    Introduction to Zesty
  4. Урок 4. 00:10:04
    Getting started with CodeSandbox
  5. Урок 5. 00:06:38
    Breaking down the App component
  6. Урок 6. 00:10:47
    Building Zesty
  7. Урок 7. 00:05:34
    Creating a global state
  8. Урок 8. 00:07:23
    Intro to hooks and event handlers
  9. Урок 9. 00:05:35
    Updating the index position with an event handler
  10. Урок 10. 00:11:56
    Adding an index counter and refactoring HTML/CSS
  11. Урок 11. 00:08:29
    Creating a loading component
  12. Урок 12. 00:15:58
    Writing the loading logic
  13. Урок 13. 00:07:47
    Making our project responsive
  14. Урок 14. 00:02:51
    Introduction to MilkyMood
  15. Урок 15. 00:09:18
    Introduction to Styled Components
  16. Урок 16. 00:09:44
    Building the Header component
  17. Урок 17. 00:08:59
    Building the Footer component
  18. Урок 18. 00:05:50
    Building the Image component
  19. Урок 19. 00:09:18
    Using a matrix to slice the image into a puzzle
  20. Урок 20. 00:10:57
    Using hooks, event handlers, and maths to calculate the cursor distance
  21. Урок 21. 00:12:36
    Setting new positions for the image squares
  22. Урок 22. 00:11:42
    Changing the background color and glow animation based off of the image's status
  23. Урок 23. 00:02:12
    Adding responsive styles
  24. Урок 24. 00:00:36
    Introduction to MilkyMood, Part 2
  25. Урок 25. 00:09:56
    Creating a sign up button and modal window
  26. Урок 26. 00:05:36
    Adding functionality to the modal window
  27. Урок 27. 00:09:38
    Creating a Basic Form
  28. Урок 28. 00:11:22
    Refactoring the form to use Formik and Yup
  29. Урок 29. 00:07:36
    Refactoring the input fields to use Formik's Field hook
  30. Урок 30. 00:11:06
    Styling the form and modal using styled components
  31. Урок 31. 00:01:02
    Introduction to Book Club
  32. Урок 32. 00:10:24
    Setting up a local environment and creating a new React app
  33. Урок 33. 00:03:42
    Configuring our code editor and cleaning up default files
  34. Урок 34. 00:12:09
    Fetching data from an API
  35. Урок 35. 00:08:59
    Rendering the book as a React component
  36. Урок 36. 00:04:56
    Creating global styles and a header
  37. Урок 37. 00:01:44
    Selecting a book from the list
  38. Урок 38. 00:08:53
    Building a detail panel to show more book info
  39. Урок 39. 00:06:42
    Closing the panel and building a background shadow
  40. Урок 40. 00:10:57
    Adding animation to the panel
  41. Урок 41. 00:07:33
    Refactoring the book list's scrolling behavior
  42. Урок 42. 00:09:59
    Building a search component
  43. Урок 43. 00:09:09
    Refining the search feature
  44. Урок 44. 00:07:25
    Deploying our project with GitHub and Netlify