Hiding and showing parts depending on importance
From a very broad point of view, an application is just a way to visualize, transform, and save information. Not always showing all the available information at the same time is a winning idea. For example, having all the information on a unique screen could make our app very crowded. In other cases, we are not interested in visualizing all the information simultaneously because we want to see only a specific piece of information that is of our interest. So, hiding and properly showing information in our web application is a very valuable skill to acquire.
Adding columns, expanders, and a textbox
Columns are very useful because they allow us to create some layers or different parts. This means that by using columns, we can divide the screen into as many vertical sections as we want and use these sections (or columns) for any kind of specific purpose we think should be in a specific – or let’s say dedicated –...