- Mastering Immutable.js
- Adam Boduch
- 135字
- 2021-07-08 10:30:01
Why Immutable.js?
Immutable.js is yet another JavaScript library. If this makes you cringe, don't worry—I feel your pain. The last thing that JavaScript developers need is another library to learn. Then, I used the library and realized that Immutable.js is one of those gems that you don't have to feel bad about including as a dependency.
This first chapter will show you what Immutable.js is all about. Hopefully, I can dispel any mysteries about Immutable.js while making you want to try it out for yourself.
Here's what you'll learn in this chapter before getting your hands dirty in the chapters that follow:
- Why changes to data are destructive
- What are persistent changes?
- The hybrid functional/object approach used by Immutable.js
- Why data flows in one direction in Immutable.js
- Alternative libraries and approaches to immutability
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- 深入理解Android(卷I)
- Java EE 6 企業級應用開發教程
- Mastering OpenCV Android Application Programming
- 匯編語言程序設計(第3版)
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- 精通網絡視頻核心開發技術
- 全棧自動化測試實戰:基于TestNG、HttpClient、Selenium和Appium
- Express Web Application Development
- PHP編程基礎與實踐教程
- JBoss:Developer's Guide
- Raspberry Pi Robotic Blueprints
- Simulation for Data Science with R
- SwiftUI極簡開發
- Android高級開發實戰:UI、NDK與安全