> does it memoize dependencies?
Not sure what do you mean by memoization here, but there is no stored state at all (see the original post for the reasoning behind this).
> if i have several cells that all depend on a central one, will the central one only run once?
Sure!
> can you declare a variable in one cell then use it in another?
You can, as long as it's in global scope.
> does it memoize dependencies?
Not sure what do you mean by memoization here, but there is no stored state at all (see the original post for the reasoning behind this).
> if i have several cells that all depend on a central one, will the central one only run once?
Sure!
> can you declare a variable in one cell then use it in another?
You can, as long as it's in global scope.