At the current moment, each page needs to invoke the Layout component, rather we should wrap the whole app in the layout and then let each page customize the head information just like NextJS lets us do
[ ] Pages are able to provide title information
[ ] Pages are able to provide page name information
[ ] Pages are able to tell the layout that its loading and a default loading screen appears
At the current moment, each page needs to invoke the
Layout
component, rather we should wrap the whole app in the layout and then let each page customize the head information just like NextJS lets us do