Make Cell Rendering Wait

How do i stop a cell from rendering until all processing is finished?
{I miss vue}

export const Loading = () => null

Will not render anything.