Immutable.js Tutorial - How to Create Immutable Data Structures with Immutable.js

Опубликовано: 02 Июнь 2026
на канале: Grace Hopper Academy
5,993
104

Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com

Immutable.js is a library built by Facebook to work with React that uses structural sharing. It can be used for creating collections of data that can’t be changed once created. In this Immutable.js Tutorial, we review the core principles behind immutability and summarize what structural sharing is, before diving into how to use Immutable.js.

Watch this video to learn:

What is immutability and why is it important
How React/Redux uses immutability
How Immutable.js works