The document discusses turning web blocks into first-class citizens to speed up development. It describes the problem of input sections being reused on multiple screens which requires access to their data and validation from other screens. The ideal solution is not described but the actual solution utilizes an action and web block that exposes runtime properties of other web blocks to enable sharing data between blocks and screens. Examples of how this solution works in practice are provided.