Parallel Routes

Demo1

Demo1: Conditional rendering, The `children` in the layout are actually an implicit slot, so `app/page.tsx` is equivalent to `app/@children/page.tsx`.

Demo2

Demo2: Each route defines independent error `handling(error.tsx)` and `loading(loading.tsx)` pages.

Demo3

Parallel routing is the same as routing groups, and will not affect the URL. The URL corresponding to `@analytics/page-views/page.tsx` is `/page-views`