1. Урок 1. 00:05:45
    Introduction
  2. Урок 2. 00:06:27
    React Components & React Native
  3. Урок 3. 00:11:53
    Exercise: Creating a Todo App with React
  4. Урок 4. 00:07:51
    Creating a Todo App Solution Part 1
  5. Урок 5. 00:10:02
    Creating a Todo App Solution Part 2
  6. Урок 6. 00:01:47
    Foundational Components of React Native
  7. Урок 7. 00:10:17
    Exercise: Convert the Todo App to React Native Part 1
  8. Урок 8. 00:12:54
    Exercise: Convert the Todo App to React Native Part 2
  9. Урок 9. 00:06:40
    Convert the Todo App to React Native Solution Part 1
  10. Урок 10. 00:08:52
    Convert the Todo App to React Native Solution Part 2
  11. Урок 11. 00:14:29
    React Native Developer Tools
  12. Урок 12. 00:01:33
    Exercise: Debugging & Logging
  13. Урок 13. 00:07:48
    Styling in React Native
  14. Урок 14. 00:13:48
    Common Styling Properties
  15. Урок 15. 00:06:32
    Styling a Specific Platform
  16. Урок 16. 00:00:44
    Exercise: Styling the Todo Application
  17. Урок 17. 00:12:08
    Styling the Todo Application Solution
  18. Урок 18. 00:13:52
    HTTP Requests
  19. Урок 19. 00:10:30
    Exercise: Saving Todo Items to the Server
  20. Урок 20. 00:11:17
    Saving Todo Items to the Server Solution
  21. Урок 21. 00:08:20
    Introduction to Redux
  22. Урок 22. 00:05:57
    Adding the Store to the Component
  23. Урок 23. 00:13:38
    Using Redux with Synchronous Actions
  24. Урок 24. 00:08:10
    Mapping Actions to Properties
  25. Урок 25. 00:05:55
    Audience Questions: Redux Dev Tools, RxJS, and Redux Advantages
  26. Урок 26. 00:06:19
    Audience Questions: React/React Native and Facebook, Application Showcase
  27. Урок 27. 00:06:08
    Redux Review
  28. Урок 28. 00:03:26
    Sweat Book App Overview
  29. Урок 29. 00:10:45
    Creating the Store and Reducers
  30. Урок 30. 00:12:20
    Adding Actions and the Provider
  31. Урок 31. 00:12:36
    Connecting Redux to the Component
  32. Урок 32. 00:04:32
    Subscribing to the State
  33. Урок 33. 00:11:06
    Stepping through the Redux Callstack
  34. Урок 34. 00:05:13
    Exercise: Creating the Sweat Book Root Component
  35. Урок 35. 00:09:01
    Creating the Sweat Book Root Component Solution Part 1
  36. Урок 36. 00:10:11
    Creating the Sweat Book Root Component Solution Part 2
  37. Урок 37. 00:03:32
    Routing in React Native
  38. Урок 38. 00:12:13
    Using the React Native Scrollable Tab View Component
  39. Урок 39. 00:03:42
    Exercise: Adding Tab Navigation
  40. Урок 40. 00:05:42
    Adding Tab Navigation Solution
  41. Урок 41. 00:04:31
    React Native Package Manager
  42. Урок 42. 00:08:57
    React Native Linear Gradient Library
  43. Урок 43. 00:03:25
    Exercise: Applying Gradients
  44. Урок 44. 00:03:55
    Applying Gradients Solution
  45. Урок 45. 00:06:21
    UI Components
  46. Урок 46. 00:08:45
    Reusable UI Components
  47. Урок 47. 00:08:23
    Exercise: Creating a Modal
  48. Урок 48. 00:08:45
    Creating a Modal Solution Part 1
  49. Урок 49. 00:13:04
    Creating a Modal Solution Part 2
  50. Урок 50. 00:06:49
    TextInput Component
  51. Урок 51. 00:10:16
    ListView Component
  52. Урок 52. 00:10:05
    Finishing the Exercise Modal
  53. Урок 53. 00:01:10
    Exercise: Adding an Exercise
  54. Урок 54. 00:15:25
    Adding an Exercise Solution
  55. Урок 55. 00:08:58
    Redux Thunk Middleware
  56. Урок 56. 00:08:27
    Calling Async Actions
  57. Урок 57. 00:02:52
    Exercise: Async Redux
  58. Урок 58. 00:09:30
    Async Redux Solution
  59. Урок 59. 00:14:15
    Audience Questions & Resources