- 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?
推薦閱讀
- Modular Programming with Python
- Java Web基礎與實例教程(第2版·微課版)
- Reactive Programming with Swift
- MATLAB 2020 從入門到精通
- Django:Web Development with Python
- 老“碼”識途
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- Python數據可視化之Matplotlib與Pyecharts實戰
- Extending Puppet(Second Edition)
- 常用工具軟件立體化教程(微課版)
- INSTANT Silverlight 5 Animation
- Python從入門到精通(第3版)
- SQL Server 2016 從入門到實戰(視頻教學版)
- Learning iOS Security
- Python 3快速入門與實戰