This is a tabPanel. An organizer component that allows us to vie multiple groups of components from a single view
This panel allows for lazy loading in order to make inital loading faster
This is the first panel test component
If you look at the console, this should not be rendered until it is opened (lazy loaded)
Note that switching tabs does not recall prior states and wil lremount the component
This is becasue we are not hidding the previous component but rather skipping its render
0