I am new to UI dev and React and Mantine. So please bear with my simple questions. I like AppShell since I can create designated fixed regions in my app's layout. My app will have a few pages and each will have different layout. The pages links will be in a nav section of some sort and I want to use react routing for it.
Questions:
- Can I use different AppShell layout for all my pages. Will that be a good pattern? I was assuming AppShell should be used if the app regardless of which page it is going to maintains the same layout.
- Can I nest AppShell components?
- I see some nice Nav and Header examples in Mantine UI collections. But nothing with using react router. Is there any example of Nav with React Routing?
Thank you.