Create an immutable List using Immutable.js

InstructorTaylor Bell

Share this video with your friends

Send Tweet

In this lesson we'll look at some of the differences between standard JavaScript Arrays and Immutable Lists. We'll create Immutable.JS Lists from scratch, as well as by converting regular Arrays. We will also compare and contrast the push and concat methods between both types of collection.