DEV Community

Discussion on: Observable: Discovering a New World

Collapse
 
abitrolly profile image
Anatoli Babenia

Every cell runs independently of the others, can render all kinds of content, and communicates with other cells in a logical and interesting fashion. Every cell can essentially exist as a promise (a coding concept where you can treat the output of some pending action as already returned even though it hasn’t yet).

Is there any good visual model that explains the different aspects of cell behavior? I still can't fit them all in my head.