pub fn use_context<T>() -> Twhere T: Clone + 'static,
Reads a typed value from the nearest provider and subscribes the component currently being rendered to provider changes.