Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Build Full-stack React Native Apps with Node.js Backend, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:47
    What is React Native?
  • Урок 2. 00:11:11
    Installing React Native
  • Урок 3. 00:10:34
    Setting up Android Emulator
  • Урок 4. 00:06:28
    Setting up iOS Simulator
  • Урок 5. 00:04:16
    Course Outline
  • Урок 6. 00:01:06
    Section Introduction
  • Урок 7. 00:07:31
    Structure of a React Native App
  • Урок 8. 00:10:45
    React Native core components
  • Урок 9. 00:07:42
    Styling React Native components
  • Урок 10. 00:09:42
    Working with State
  • Урок 11. 00:08:42
    Rendering Items
  • Урок 12. 00:09:24
    Working with Props
  • Урок 13. 00:01:08
    Section Introduction
  • Урок 14. 00:13:35
    Layout with Flexbox
  • Урок 15. 00:07:53
    Styling based on platform
  • Урок 16. 00:09:31
    Creating the Card component
  • Урок 17. 00:05:48
    Working with Images
  • Урок 18. 00:13:34
    Using custom fonts
  • Урок 19. 00:04:59
    Adding Icons
  • Урок 20. 00:01:06
    Section Introduction
  • Урок 21. 00:09:55
    Creating the required screens
  • Урок 22. 00:13:44
    Setting up React Navigation
  • Урок 23. 00:09:59
    Moving between screens
  • Урок 24. 00:14:01
    Adding a tabs-bar navigation
  • Урок 25. 00:14:55
    Working with drawer navigation
  • Урок 26. 00:02:34
    Section Introduction
  • Урок 27. 00:03:03
    What is Redux?
  • Урок 28. 00:11:13
    Setting up Redux store
  • Урок 29. 00:03:36
    Redux Reducers
  • Урок 30. 00:06:08
    Redux Actions
  • Урок 31. 00:08:55
    Making Http requests
  • Урок 32. 00:09:26
    Dispatching Redux actions
  • Урок 33. 00:11:57
    Displaying Items using FlatList
  • Урок 34. 00:06:35
    Fixing the FlatList display
  • Урок 35. 00:05:45
    React Native Debugger
  • Урок 36. 00:11:29
    Add Items to favorites
  • Урок 37. 00:11:42
    Dispatching Add to favorites action
  • Урок 38. 00:04:39
    Toggling the Fav Icon
  • Урок 39. 00:22:46
    Setting up the News Details screen
  • Урок 40. 00:02:34
    Section Introduction
  • Урок 41. 00:07:50
    Executing node scripts
  • Урок 42. 00:04:21
    Node Module System
  • Урок 43. 00:05:18
    Node File System
  • Урок 44. 00:05:25
    Node Event module
  • Урок 45. 00:07:54
    Creating a web server using the HTTP module
  • Урок 46. 00:04:50
    Using NPM packages
  • Урок 47. 00:01:14
    Section Introduction
  • Урок 48. 00:10:25
    Building a web server using Express
  • Урок 49. 00:05:56
    Using env variables
  • Урок 50. 00:04:27
    Testing endpoints using Postman
  • Урок 51. 00:06:09
    Route parameters
  • Урок 52. 00:10:45
    Create a resource
  • Урок 53. 00:05:32
    Update a resource
  • Урок 54. 00:04:15
    Delete a resource
  • Урок 55. 00:02:32
    Section Introduction
  • Урок 56. 00:06:51
    Setting up MongoDB
  • Урок 57. 00:07:24
    Connecting to MongoDB using mongoose
  • Урок 58. 00:02:40
    MongoDB Compass
  • Урок 59. 00:05:39
    Creating a schema
  • Урок 60. 00:01:46
    Creating a model
  • Урок 61. 00:13:38
    Creating a house listing data
  • Урок 62. 00:11:31
    Adding validation
  • Урок 63. 00:07:02
    Fetching data
  • Урок 64. 00:09:27
    Updating data
  • Урок 65. 00:05:08
    Deleting data
  • Урок 66. 00:02:41
    Section Introduction
  • Урок 67. 00:07:14
    Setting up the react native app
  • Урок 68. 00:14:30
    Setting up navigation
  • Урок 69. 00:05:23
    Adding Tabs bar Icons
  • Урок 70. 00:10:32
    Creating the card component
  • Урок 71. 00:05:13
    Adding a floating action button
  • Урок 72. 00:04:28
    Moving between screens
  • Урок 73. 00:08:48
    Building out the Add Home screen
  • Урок 74. 00:06:51
    Building out the home details screen
  • Урок 75. 00:07:03
    Adding Redux to our app
  • Урок 76. 00:07:53
    Adding Redux action and reducer
  • Урок 77. 00:08:21
    Fetching the house listing data
  • Урок 78. 00:09:41
    Displaying the data on the card
  • Урок 79. 00:08:24
    Displaying the data on the homeDetails screen
  • Урок 80. 00:16:17
    Create form using formik
  • Урок 81. 00:14:02
    Adding validation using yup
  • Урок 82. 00:08:51
    Create home action and reducer
  • Урок 83. 00:08:12
    Dispatching the create home action
  • Урок 84. 00:12:13
    Displaying a loading Icon
  • Урок 85. 00:00:00
    Section Introduction
  • Урок 86. 00:00:00
    Setting up the express app
  • Урок 87. 00:00:00
    Adding a database system
  • Урок 88. 00:02:32
    Registering a new user
  • Урок 89. 00:08:11
    Adding validation
  • Урок 90. 00:09:52
    Hashing password
  • Урок 91. 00:07:11
    Login route
  • Урок 92. 00:06:39
    Set up JWT
  • Урок 93. 00:07:57
    Protecting a route
  • Урок 94. 00:07:54
    Section Introduction
  • Урок 95. 00:07:59
    Setting up the react native app
  • Урок 96. 00:09:06
    Adding navigation to the auth system
  • Урок 97. 00:01:27
    Building out the login and register screens I
  • Урок 98. 00:05:30
    Building out the Login and Register screens II
  • Урок 99. 00:08:41
    Adding validation to the form
  • Урок 100. 00:13:38
    Some changes on the backend
  • Урок 101. 00:11:01
    Setup Redux
  • Урок 102. 00:13:42
    Add actions and reducers
  • Урок 103. 00:12:41
    Making a POST request to register a new user
  • Урок 104. 00:06:15
    Making a POST request to login a user
  • Урок 105. 00:08:55
    Displaying error messages from the backend
  • Урок 106. 00:10:31
    Storing tokens using AsyncStorage
  • Урок 107. 00:03:33
    Fetching tokens
  • Урок 108. 00:13:29
    Decoding tokens using jwt-decode
  • Урок 109. 00:05:55
    Section Introduction
  • Урок 110. 00:04:37
    Preparing the backend for deployment
  • Урок 111. 00:11:54
    Deploying the backend to Heroku
  • Урок 112. 00:00:54
    Preparing the frontend for deployment
  • Урок 113. 00:10:46
    Hints on deploying the react native app