Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Immutable JavaScript Data Structures with Immer, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:00
    Introduction to the in-depth Immer course
  • Урок 2. 00:03:47
    Capture Application Logic in Pure Functions to Create Immutable State
  • Урок 3. 00:02:46
    Simplify Deep State Updates using Immer produce
  • Урок 4. 00:05:42
    Render Immutable Data using React
  • Урок 5. 00:03:48
    Profile React Rendering and Optimize with memo to Leverage Structural Sharing
  • Урок 6. 00:02:33
    Simplify Immer Producer Functions using Currying
  • Урок 7. 00:02:34
    Produces Immutable Data and Avoid Unnecessary Creation of New Data Trees with Immer
  • Урок 8. 00:02:23
    Immutable Update State inside React components with useImmer
  • Урок 9. 00:01:13
    Return Completely New State from an Immer Producer
  • Урок 10. 00:01:34
    Avoid Accidental Returns of New State by using the void Keyword
  • Урок 11. 00:03:57
    Write Asynchronous Producers in Immer and Why You Shouldn’t
  • Урок 12. 00:03:00
    Type Immutable Immer Data with TypeScript
  • Урок 13. 00:04:22
    Update Immutable State with React useReducer through Immer
  • Урок 14. 00:04:01
    Capture Patches to Distribute Changes in App State with Immer produceWithPatches
  • Урок 15. 00:02:43
    Create a Simple WebSocket Server to Distribute Patches from Immer
  • Урок 16. 00:02:01
    Apply Patches using Immer applyPatches to Synchronize State across Clients
  • Урок 17. 00:03:12
    Create Stable Patches in Immer by updating with Id instead of Indices
  • Урок 18. 00:01:40
    Compress the Immer Patch History by Replaying Patches on a setInterval
  • Урок 19. 00:03:46
    Use Immer inversePatches to Build Undo Functionality
  • Урок 20. 00:03:10
    Use Immer Patches to Build Redo Functionality