In this chapter, we will explain lifecycles of page, form, and grid.
Remember that
There are 3 kinds of user interfaces in a business application:
Form
Grid
Combination of forms and grids
brainlowcode generates frontend template of your business application. Template consists of header, sidebar, and main panel. Inside main panel there is a page. And page is a container of forms or grids or combination of both. So, let's go ahead and start with page's lifecycle.
You can see the hierarchy of components using React Developer Tools.