avalonia-docs icon indicating copy to clipboard operation
avalonia-docs copied to clipboard

Clarify making a multi-page app using Avalonia

Open andrewhong04 opened this issue 1 year ago • 1 comments

I see that it was in the works, but is incomplete.

https://github.com/AvaloniaUI/avalonia-docs/blob/main/docs/guides/development-guides/how-to-implement-multi-page-apps.md

andrewhong04 avatar Oct 10 '24 00:10 andrewhong04

There is already a guide, it's just ReactiveUI specific.

https://docs.avaloniaui.net/docs/concepts/reactiveui/routing

There is also a non ReactiveUI example here:

https://github.com/AvaloniaUI/Avalonia.Samples/tree/main/src/Avalonia.Samples/Routing

thevortexcloud avatar Nov 04 '24 11:11 thevortexcloud