- Mastering Immutable.js
- Adam Boduch
- 71字
- 2021-07-08 10:30:03
The Immutable.js approach
Different JavaScript libraries each have their own approach to deal with certain things. For example, React relies on JSX—an XML dialect embedded in JavaScript for declaring user interface components. Lodash exposes lots of little functions, some of which can be chained together to simplify complex code. The idea behind Immutable.js is to expose a small number of collection classes as its API. How does it work?
推薦閱讀
- 從零構建知識圖譜:技術、方法與案例
- FuelPHP Application Development Blueprints
- Learning RxJava
- Vue.js前端開發基礎與項目實戰
- Data Analysis with Stata
- Learning Zurb Foundation
- Mastering Git
- Test-Driven Machine Learning
- Service Mesh實戰:基于Linkerd和Kubernetes的微服務實踐
- Buildbox 2.x Game Development
- Sails.js Essentials
- Docker:容器與容器云(第2版)
- Test-Driven iOS Development with Swift
- Mastering XenApp?
- Java 9:Building Robust Modular Applications