adospace / reactorui-maui

MauiReactor is a MVU UI framework built on top of .NET MAUI
MIT License
586 stars 49 forks source link

how to use Maui Reactor with back end database #58

Closed ltemimi closed 1 year ago

ltemimi commented 1 year ago

Hi

Are there any samples on how to use to call back end APIs And how about dependency injection?

Thank for the hep

adospace commented 1 year ago

You can connect to a backend API server as you would in any other MAUI/c# application (for example using an HttpClient or an SDK provided by the server API vendor). For the dependency injection please take a look at the documentation article: https://adospace.gitbook.io/mauireactor/deep-dives/dependency-injection

ltemimi commented 1 year ago

Thanks very much for the help