Navigate between multiple LiveViews on a page
mainYou can render multiple LiveViews on a single page using Phoenix.Component.live_render/3.
Important Limitation: Only LiveViews defined directly in your router can use the Live Navigation functionality (patch and navigate). LiveViews rendered via live_render/3 (nested LiveViews) cannot use these navigation helpers to navigate to other routes, as they are not part of the primary routing structure.