📄️ Cells
Introduction to the cell -- the basic building block of Live Cells.
📄️ Cells in Widgets
Using cells in widgets
📄️ Cell Expressions
Creating cells using expressions
📄️ Live Cell Widgets
Live cell widgets library
📄️ Two-way Data Flow
Introduction on bi-directional data flow
📄️ Error Handling
How to handle errors using two-way data flow
📄️ State Restoration
How to save and restore the state of cells
📄️ User Defined Types
Extending cells with accessors for your own classes
📄️ Lists, Maps and Sets
Working with cells holding lists, maps and sets
📄️ Asynchronous Cells
Handling asynchronous data using cells
📄️ Action Cells
Representing actions and events using cells
📄️ Meta Cells
Dependency inversion using meta cells
📄️ Effect Cells
Observing the result of side effects using cells
📄️ Self Cells
A cell which can access its own value