const useState: <T>( initialState: Initial<T>, ) => [T, Setter<T>]
Allocate a state value and a setter for it, initializing with the given value or function.
packages / live / src / hooks.ts