- Mastering Immutable.js
- Adam Boduch
- 220字
- 2021-07-08 10:30:00
What this book covers
Chapter 1, Why Immutable.js?, explains why you want to use this library.
Chapter 2, Creating Immutable Data, helps you get started by creating immutable collections.
Chapter 3, Persistent Changes, discusses how to create new data by changing existing data.
Chapter 4, Filtering Collections and Finding Items, talks about locating the data that you need.
Chapter 5, Sequences and Side-Effects, explains how to iterate over collections in order to use collection data.
Chapter 6, Sorting Collections, helps you in get the order right.
Chapter 7, Mapping and Reducing, introduces the fundamentals of transforming collection data.
Chapter 8, Zipping and Flattening, discusses simplifying iterations and collection structures.
Chapter 9, Persistent Change Detection, enables you to determine whether a persistent change method actually changed data.
Chapter 10, Working with Sets, explains how to produce unique collection values.
Chapter 11, Comparing Collections, talks about figuring out how one collection relates to another.
Chapter 12, Combining Collections, helps you build new collections by adding collections together.
Chapter 13, Declarative Decision Making, uses immutable collections to help write declarative code.
Chapter 14, Side-Effects in User Interfaces, explains rendering UI components with immutable collections.
Chapter 15, Side-Effects in Node.js, discusses reading and writing collection data using IO streams.
Chapter 16, Immutable Architecture, puts it all together, in the form of a reusable pattern.
- Git Version Control Cookbook
- Java面向對象思想與程序設計
- Vue.js 2 and Bootstrap 4 Web Development
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- 數據結構與算法JavaScript描述
- R語言編程指南
- Mastering Kali Linux for Web Penetration Testing
- Python Data Analysis(Second Edition)
- Python機器學習實戰
- Java軟件開發基礎
- 快速念咒:MySQL入門指南與進階實戰
- Learning Python by Building Games
- 表哥的Access入門:以Excel視角快速學習數據庫開發(第2版)
- Learning Zurb Foundation
- SQL經典實例(第2版)