Immutable Data Structures in JavaScript - A Tutorial on Why and How to Use Them
Channel:
Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=noBDly9LuSs
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
Other Videos By Fullstack Academy
Tags:
Immutable Data Structures
Immutable Data Structures in JavaScript
immutable data structures functional programming