Get items in an ImmutableJS List

InstructorTaylor Bell

Share this video with your friends

Send Tweet

There are lots of techniques for accessing data kept in your Lists. In this lesson, we will compare how data stored in collections can be accessed directly in both standard Arrays and ImmutableJS Lists. We will also look at how to find data inside an Immutable List using the findEntry and findIndex methods.