A cell is the most basic type in FRP. A cell is a changing value (named after the cell in a spreadsheet). Often called a "behavior" in other FRP implementations, the name "cell" was borrowed from Sodium (github.com/SodiumFRP/sodium).
For any object that wants to listen to the changes of a cell.