egghead.io
illustration for Learn how to use Immutable.js

Course

Learn how to use Immutable.js

  1. 1
    Manage Application State with Immutable.js
    2m 36s
  2. 2
    Creating an Immutable Object Graph with Immutable.js Map()
    3m 15s
  3. 3
    Modifying an Immutable.js Map()
    5m 22s
  4. 4
    Querying an Immutable.js Map()
    4m 47s
  5. 5
    Iterating Over an Immutable.js Map()
    6m 31s
  6. 6
    Working with Subsets of an Immutable.js Map()
    7m 43s
  7. 7
    Equality Checking with .is() and More
    4m 2s
  8. 8
    Using fromJS() to Convert Plain JavaScript Objects into Immutable Data
    6m 39s
  9. 9
    Differences between the Immutable.js Map() and List()
    4m 2s
  10. 10
    Exploring Sequences and Range() in Immutable.js
    6m 59s
  11. 11
    Converting Immutable.js Structures to Javascript and other Immutable Types
    5m 57s
  12. 12
    Simple Undo/Redo with Immutable.js Data Structures
    8m 35s
  13. 13
    Maintaining Order in Immutable.js Objects
    8m 8s
  14. 14
    Transforming Immutable Data with Reduce
    8m 25s
  15. 15
    Lightning Fast Immutable.js Equality Checks with Hash Codes
    2m 27s
  16. 16
    Immutable.Record() as data models
    5m 33s

Maintaining Order in Immutable.js Objects

J.S. Leonard
InstructorJ.S. Leonard
  • immutable
    Immutable.js7.0.0

Share this video with your friends

Send Tweet

Immutable.js's Map doesn't promise iteration order after a set() operation. When we need a guarantee for iteration order, we can use OrderedMap. This comes at a slight performance cost, or for you computer science people, it is amortized at an unstable O(log32 N). Let's explore ordering.

Build your Developer Portfolio and climb the engineering career ladder.
  • Search
  • Talks
  • Podcasts
  • Machine
  • Pricing
  • Store
©egghead.io
Terms & Conditions