Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Beginner's Guide to Real World React, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:46
    Course introduction
  2. Урок 2. 00:02:02
    About the author
  3. Урок 3. 00:01:49
    Conventions used and helpful links
  4. Урок 4. 00:00:38
    Reporting errors and getting support
  5. Урок 5. 00:00:47
    Downloading the course code
  6. Урок 6. 00:04:04
    What is React?
  7. Урок 7. 00:04:12
    Comparisons with similar frameworks
  8. Урок 8. 00:01:37
    Drawbacks of React
  9. Урок 9. 00:00:48
    First React app - The Greeting App
  10. Урок 10. 00:24:17
    Building the Greeting App
  11. Урок 11. 00:25:31
    Refactoring the Greeting App
  12. Урок 12. 00:03:31
    React core concepts
  13. Урок 13. 00:03:56
    Introducing React Hooks
  14. Урок 14. 00:26:54
    Common Hooks
  15. Урок 15. 00:00:44
    Furry Friend Gallery app
  16. Урок 16. 00:18:56
    Building the Furry Friend Gallery
  17. Урок 17. 00:05:08
    Introduction to fetching data with React
  18. Урок 18. 00:01:17
    Furry Friends Gallery Mark II
  19. Урок 19. 00:30:48
    Building the Furry Friends Gallery Mark II
  20. Урок 20. 00:09:13
    Deploying an app to the world
  21. Урок 21. 00:04:05
    Building an app to deploy
  22. Урок 22. 00:13:56
    Setting up deployment on Netlify
  23. Урок 23. 00:10:11
    Thinking in React
  24. Урок 24. 00:05:56
    Component relationships
  25. Урок 25. 00:04:15
    Project structure
  26. Урок 26. 00:00:48
    Form Builder project
  27. Урок 27. 00:23:55
    Building the Form Builder
  28. Урок 28. 00:06:30
    Hooks Deep Dive
  29. Урок 29. 00:05:29
    Hooks project setup
  30. Урок 30. 00:11:25
    useContext Hook
  31. Урок 31. 00:07:56
    useRef Hook
  32. Урок 32. 00:08:49
    useMemo Hook
  33. Урок 33. 00:08:02
    useCallback Hook
  34. Урок 34. 00:05:12
    Navigation in complex apps
  35. Урок 35. 00:06:21
    Introducing React Router
  36. Урок 36. 00:00:36
    Admin Console app
  37. Урок 37. 00:26:44
    Building the Admin Console
  38. Урок 38. 00:09:39
    Extending the Admin Console
  39. Урок 39. 00:02:40
    State management in complex apps
  40. Урок 40. 00:09:35
    Introducing Redux
  41. Урок 41. 00:00:47
    Event Sign Up App
  42. Урок 42. 00:29:50
    Building the Event Sign Up App
  43. Урок 43. 00:14:21
    Extending the Event Sign-Up App
  44. Урок 44. 00:15:01
    Using the useReducer Hook
  45. Урок 45. 00:05:45
    The Dinosaur Search App
  46. Урок 46. 00:18:42
    Project setup and scaffolding
  47. Урок 47. 00:19:48
    Building the services
  48. Урок 48. 00:35:02
    Building the components
  49. Урок 49. 00:04:32
    Exploring the app
  50. Урок 50. 00:02:29
    Closing thoughts and learning paths