- 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
推薦閱讀
- JavaScript全程指南
- Getting Started with ResearchKit
- 劍指JVM:虛擬機實踐與性能調優
- Java開發入行真功夫
- Julia Cookbook
- Modern JavaScript Applications
- Visual FoxPro程序設計
- Python忍者秘籍
- Mobile Device Exploitation Cookbook
- ArcGIS for Desktop Cookbook
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- Mastering ASP.NET Core 2.0
- INSTANT LESS CSS Preprocessor How-to
- INSTANT EaselJS Starter
- 編寫高質量代碼之Java(套裝共2冊)