Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай React Crash Course (with hooks), а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:00:54
    Write Your First React Component with CodeSandbox.io
  • Урок 2. 00:00:36
    How React Works
  • Урок 3. 00:00:48
    Think in React by Breaking Your UI into Components
  • Урок 4. 00:01:01
    Write a Custom Function Component in React with JSX
  • Урок 5. 00:00:41
    Building a Tree of UI Components in React with Children or with Self-closing tags
  • Урок 6. 00:00:40
    Reusing Custom React Components by Passing Data Down as Props
  • Урок 7. 00:01:12
    Create State Data that can Change in a React Component with useState
  • Урок 8. 00:01:15
    Create a Button in React that Changes Local State and Automatically Updates the UI
  • Урок 9. 00:01:29
    Display a List in React by Looping Over an Array of Items
  • Урок 10. 00:02:28
    Adding Styles to React Components with CSS or Inline Styles
  • Урок 11. 00:03:08
    Perform Asynchronous Actions (like fetching http data) in React with useEffect