LiveView with complex layouts

Thanks, that thread and the link to Elixir/Phoenix-like C# gives a lot of great info as well. I hadn’t come across these.

It seems that the way I’m currently taking is close to what is described in that thread, I’m mostly missing subscribing to the parent and passing messages like that to the children.

Another option would probably be to have only one liveview and do everything in components. I would need to think about how I would handle all the logic.
Are there people who use this pattern? One liveview only with components?

Would it be useful to add these patterns in some way to the LiveView documentation?