- Mastering Immutable.js
- Adam Boduch
- 69字
- 2021-07-08 10:30:05
Creating Immutable Data
The starting point of writing any Immutable.js code is to create an immutable collection. In this chapter, that's just what we'll do. There are a number of ways to create immutable collections, and you'll learn what they are and when they are appropriate to use. Specifically, we'll look at the following:
- Using Immutable.js constructors
- Using utility functions to create collections
- Parsing JavaScript types into Immutable.js collections
推薦閱讀
- Extending Jenkins
- JavaScript高效圖形編程
- Building a Home Security System with Raspberry Pi
- Access 數據庫應用教程
- 深入理解Java7:核心技術與最佳實踐
- Mastering Google App Engine
- Mastering openFrameworks:Creative Coding Demystified
- Machine Learning in Java
- Mastering React
- Java零基礎實戰
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- Python入門很輕松(微課超值版)
- 分布式數據庫原理、架構與實踐
- jQuery for Designers Beginner's Guide Second Edition
- Qt 4開發實踐