Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com
Immutable data structures are data structures that cannot mutate. This becomes extremely valuable when managing the state of our programs. In this tutorial, we explain how people have been using immutable data structures along with functional programming to deal with mutable state. We also walk through the implementation of these structures in Tries and introduce JavaScript libraries that make these structures available.
Watch this video to learn:
What are Immutable Data Structures and how they're implemented
Why use Immutable Data Structures
How to use Immutable Data Structures in JavaScript