Creates a reactive Ref with the given initial value.
value
Ref<T> ref<T>(T initialValue) => _kaeruContext.ref(initialValue);