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