September 2017
Intermediate to advanced
216 pages
6h 8m
English
Without side-effects, Immutable.js code wouldn't be able to interact with the outside world. Collections by themselves can only produce new data—they can't display data on the screen. To do this type of thing, you need side-effects. In this chapter, we'll cover two different approaches to rendering user interfaces using Immutable.js side-effects:
Read now
Unlock full access