Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай React Movie App - Hooks, Styled Components (2020), а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:05:49
    Introduction
  • Урок 2. 00:04:39
    Tooling
  • Урок 3. 00:10:34
    create-react-app and dependencies
  • Урок 4. 00:12:32
    JSX and React Components
  • Урок 5. 00:13:01
    Scaffolding Home Page
  • Урок 6. 00:13:28
    Crash course in Props and State
  • Урок 7. 00:25:19
    Fetching data from TMDB API to Home Component
  • Урок 8. 00:17:03
    Styled Components 1 - Header
  • Урок 9. 00:19:19
    Styled Components 2 - Hero Image and props
  • Урок 10. 00:07:07
    Styled Components 3 - Global Styling
  • Урок 11. 00:18:53
    Grid and MovieThumb
  • Урок 12. 00:13:09
    Load More
  • Урок 13. 00:20:32
    SearchBar - Controlled components
  • Урок 14. 00:08:16
    Routing with Reach Router
  • Урок 15. 00:05:38
    Scaffolding Movie Page
  • Урок 16. 00:15:27
    Fetching data from TMDB API to Movie Component
  • Урок 17. 00:15:41
    Navigation and MovieInfo
  • Урок 18. 00:11:17
    MovieInfoBar and Actor
  • Урок 19. 00:13:04
    PropTypes
  • Урок 20. 00:13:59
    Persisting state in localStorage and sessionStorage
  • Урок 21. 00:08:19
    Deploy to Netlify
  • Урок 22. 00:02:42
    Deploy to own server
  • Урок 23. 00:07:07
    CLASSES - Refactor SearchBar
  • Урок 24. 00:11:31
    CLASSES - Refactor Home Component
  • Урок 25. 00:08:38
    CLASSES - Refactor Movie Component