Удален по просьбе правообладателя
  1. Урок 1. 00:13:53
    Introduction to State Management
  2. Урок 2. 00:07:22
    What is Application State
  3. Урок 3. 00:05:31
    Types of State
  4. Урок 4. 00:03:26
    Basic Component State Exercise
  5. Урок 5. 00:06:56
    Component State Solution
  6. Урок 6. 00:06:50
    React Component State Quiz
  7. Урок 7. 00:05:07
    State Patterns and Anti-Patterns
  8. Урок 8. 00:06:57
    Building Jetsetter Exercise
  9. Урок 9. 00:10:08
    Jetsetter Solution: Render Items and Handle Input
  10. Урок 10. 00:13:19
    Jetsetter Solution: Passing state
  11. Урок 11. 00:02:39
    Jetsetter Solution: Q&A
  12. Урок 12. 00:03:09
    Jetsetter Solution: Implimenting Filter
  13. Урок 13. 00:09:10
    Shared Component State Problems
  14. Урок 14. 00:06:02
    Introduction to the Container Pattern
  15. Урок 15. 00:06:44
    Container Pattern Demo
  16. Урок 16. 00:02:14
    Container Pattern Exercise
  17. Урок 17. 00:06:18
    Container Pattern Solution
  18. Урок 18. 00:05:43
    Higher Order Components & Exercise
  19. Урок 19. 00:04:03
    Higher Order Component Solution
  20. Урок 20. 00:06:36
    Providing a Display Name to HOCs
  21. Урок 21. 00:03:01
    Render Properties Pattern
  22. Урок 22. 00:05:28
    Flux Introduction and Code Demo
  23. Урок 23. 00:06:17
    Coding Flux: Dispatcher and Actions
  24. Урок 24. 00:03:28
    Coding Flux: Action Creators
  25. Урок 25. 00:09:02
    Coding Flux: Store
  26. Урок 26. 00:08:46
    Coding Flux: Using the Store with a View
  27. Урок 27. 00:09:18
    Flux Conclusion and Review
  28. Урок 28. 00:02:58
    Exercise: Implement Flux in Jetsetter
  29. Урок 29. 00:08:44
    Flux Solution: Dispatcher and Actions
  30. Урок 30. 00:08:04
    Flux Solution: Item Store
  31. Урок 31. 00:11:02
    Flux Solution: Using the Item Store in the View
  32. Урок 32. 00:06:55
    Review
  33. Урок 33. 00:06:45
    Introduction to Redux
  34. Урок 34. 00:03:56
    Redux Compose
  35. Урок 35. 00:04:15
    Redux Reducers
  36. Урок 36. 00:04:08
    Redux Store: createStore
  37. Урок 37. 00:07:37
    Redux Store: combineReducers
  38. Урок 38. 00:11:42
    Redux Dispatcher: bindActionCreators
  39. Урок 39. 00:07:47
    Redux Middleware: applyMiddleware
  40. Урок 40. 00:04:19
    Redux Exercise
  41. Урок 41. 00:05:56
    Redux Solution Review
  42. Урок 42. 00:04:07
    Hooking Up Redux to React
  43. Урок 43. 00:04:16
    Adding React Dev Tools
  44. Урок 44. 00:07:21
    Connect React and Redux
  45. Урок 45. 00:02:31
    Redux tradeoffs vs React setState()
  46. Урок 46. 00:04:21
    react-redux: connect method
  47. Урок 47. 00:04:47
    react-redux: Provider component
  48. Урок 48. 00:02:47
    react-redux Exercise
  49. Урок 49. 00:04:32
    Redux Solution: Dev Tools Demo and Review
  50. Урок 50. 00:11:07
    Redux Solution: Undo and Redo
  51. Урок 51. 00:09:40
    Redux Solution: Undo and Redo Reducers
  52. Урок 52. 00:04:36
    Thunk: Asynchronous Redux
  53. Урок 53. 00:02:18
    Exercise: Redux Thunk
  54. Урок 54. 00:10:04
    Redux Thunk Solution
  55. Урок 55. 00:04:25
    Get Items from Asynchonous API
  56. Урок 56. 00:13:50
    Async Actions and Debugging
  57. Урок 57. 00:02:47
    Thunk Tradeoffs
  58. Урок 58. 00:05:52
    Generator Functions
  59. Урок 59. 00:04:13
    Introduction to Sagas
  60. Урок 60. 00:04:58
    Setting up Sagas
  61. Урок 61. 00:13:31
    Adding Sagas to Jetsetter
  62. Урок 62. 00:01:09
    Sagas Exercise: Offices and Dragons
  63. Урок 63. 00:01:59
    Redux Sagas Solution
  64. Урок 64. 00:01:53
    Saga Helpers
  65. Урок 65. 00:04:33
    Computed properties: getters and setters
  66. Урок 66. 00:03:54
    Decorators
  67. Урок 67. 00:06:22
    Introduction to MobX
  68. Урок 68. 00:04:55
    Coding a Simple Observable
  69. Урок 69. 00:03:07
    Four components of MobX
  70. Урок 70. 00:03:00
    MobX data structures: arrays, objects, and maps
  71. Урок 71. 00:05:29
    MobX with React
  72. Урок 72. 00:10:23
    Solution: Setup Models
  73. Урок 73. 00:11:47
    Solution: Provide and Inject ItemList
  74. Урок 74. 00:02:51
    MobX Exercise: Model Methods
  75. Урок 75. 00:18:21
    MobX Solution: Models and Components
  76. Урок 76. 00:02:07
    MobX Review and Asynchronous
  77. Урок 77. 00:08:55
    Closing Thoughts / Final Q&A: State Tree Structure