function Component(props) { const item = useFragment(FRAGMENT, props.item); useFreeze(item); const count = new MaybeMutable(item); return ( {Text} {{maybeMutate(count)}} ); }