pub fn render_resource_list_memo<T: CollectionKey + 'static>( value: &LazyCache<Vec<T::Value>>, render: impl Fn(&Computed<T::Value>) -> DomNode + 'static, ) -> DomNode