Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай React Native: Learn React Native With Hands-On Practices, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:19
    What We Will Learn?
  • Урок 2. 00:01:44
    How To Get Help?
  • Урок 3. 00:07:26
    Free Tools For Windows
  • Урок 4. 00:05:34
    Windows Setup for React Native
  • Урок 5. 00:15:35
    How To Start Emulator in Android Studio
  • Урок 6. 00:04:47
    Free Tools for IOS
  • Урок 7. 00:04:46
    OSX Setup for React Native
  • Урок 8. 00:03:13
    Start The Emulator
  • Урок 9. 00:02:51
    How To Create An App
  • Урок 10. 00:03:53
    See Content On Emulator
  • Урок 11. 00:03:51
    Why Do We Need React and React-Native?
  • Урок 12. 00:05:35
    Es6 Syntax ( Let, Const, Var)
  • Урок 13. 00:08:41
    First Component
  • Урок 14. 00:10:27
    How To Show Component On Device
  • Урок 15. 00:06:47
    How to Build Our First App
  • Урок 16. 00:12:09
    How to Connect a Component To The Root Component
  • Урок 17. 00:08:58
    Import a Component to Another Component
  • Урок 18. 00:13:45
    Styling with JSX
  • Урок 19. 00:10:45
    Displaying Views
  • Урок 20. 00:04:18
    Header Component’s Styling
  • Урок 21. 00:07:56
    React Props
  • Урок 22. 00:08:31
    How to Reuse Code With Props System
  • Урок 23. 00:06:59
    How To Show a List To The User
  • Урок 24. 00:08:35
    The List Component
  • Урок 25. 00:10:44
    Func Component vs Class Based Component
  • Урок 26. 00:09:59
    When Do We Need Lifecycle Methods?
  • Урок 27. 00:08:13
    Lifecycle Methods
  • Урок 28. 00:09:56
    Making Request With Axios
  • Урок 29. 00:08:45
    What Is State and How To Initial State?
  • Урок 30. 00:11:07
    Using of State
  • Урок 31. 00:04:58
    A Component’s Lifecycle With State
  • Урок 32. 00:08:24
    List Component
  • Урок 33. 00:10:14
    List Item Component
  • Урок 34. 00:06:29
    Reusable Components
  • Урок 35. 00:05:20
    Styled Component for List Items
  • Урок 36. 00:05:47
    Usage of Props.Children
  • Урок 37. 00:09:18
    Item Section
  • Урок 38. 00:06:47
    Introduction to the Flexbox
  • Урок 39. 00:06:05
    Section Header Component
  • Урок 40. 00:12:47
    How to Show An Image
  • Урок 41. 00:05:23
    Scrollable Content
  • Урок 42. 00:09:45
    User Interaction with ReactNative
  • Урок 43. 00:13:14
    Event Handlers
  • Урок 44. 00:04:44
    How to Open Another App (Browser)
  • Урок 45. 00:05:02
    What We Learned From App