pub fn use_read<V>(cx: &'a ScopeState, f: impl Readable<V>) -> &'a Vwhere
    V: 'static,