- 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.
- C++ Builder 6.0下OpenGL編程技術(shù)
- Python自動(dòng)化運(yùn)維快速入門
- Hands-On Full Stack Development with Go
- 打開Go語言之門:入門、實(shí)戰(zhàn)與進(jìn)階
- Web性能實(shí)戰(zhàn)
- R數(shù)據(jù)科學(xué)實(shí)戰(zhàn):工具詳解與案例分析
- Python 3.7從入門到精通(視頻教學(xué)版)
- Java并發(fā)編程之美
- Learning Nessus for Penetration Testing
- Deep Learning for Natural Language Processing
- Head First Kotlin程序設(shè)計(jì)
- PHP 7 Programming Blueprints
- Android熱門應(yīng)用開發(fā)詳解
- Python深度學(xué)習(xí)與項(xiàng)目實(shí)戰(zhàn)
- Unity AI Game Programming(Second Edition)