Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SimpleRouter/SimpleRouter.Avalonia #148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

idotta
Copy link

@idotta idotta commented Jun 3, 2024

Added my own library to the General section.

SimpleRouter is a library that makes it very easy to navigate through routes. It was inspired by ReactiveUI's navigation. It is very flexible and can be used in many different ways.
SimpleRouter.Avalonia is a package that simplifies view location and provides a RouteViewHost. The views can be created in many ways: with a DI container, through factories or even with the default reflection method used in older AvaloniaUI templates. The RouteViewHost behavior is similar to the RoutedViewHost from Avalonia.ReactiveUI.

There are nuget packages for SimpleRouter and SimpleRouter.Avalonia. There is also a sample application made using AvaloniaUI that can be tested directly in the browser through the repository github pages.

@idotta idotta changed the title Update README.md Add SimpleRouter/SimpleRouter.Avalonia Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant