You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m updating an app to use the newer RxAppBuilder pattern introduced in ReactiveUI 21.0.1 and I’m a bit unsure about the recommended way to initialize Akavache.
The ReactiveUI docs show this style of initialization:
For new applications using ReactiveUI 21+ and Akavache, is RxAppBuilder.CreateReactiveUIBuilder() now the recommended best practice, or should we still be using AppBuilder.CreateSplatBuilder() for Akavache setup?
Are there any functional or behavioral differences between these two initialization approaches (e.g., registration order, lifetimes, logging, or composition with other services)?
Is there an up-to-date, canonical example for a MAUI + ReactiveUI + Akavache setup that you would recommend following?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 👋
I’m updating an app to use the newer
RxAppBuilderpattern introduced in ReactiveUI 21.0.1 and I’m a bit unsure about the recommended way to initialize Akavache.The ReactiveUI docs show this style of initialization:
However, the Akavache documentation still shows the older
CreateSplatBuilderpattern:My questions are:
For new applications using ReactiveUI 21+ and Akavache, is
RxAppBuilder.CreateReactiveUIBuilder()now the recommended best practice, or should we still be usingAppBuilder.CreateSplatBuilder()for Akavache setup?Are there any functional or behavioral differences between these two initialization approaches (e.g., registration order, lifetimes, logging, or composition with other services)?
Is there an up-to-date, canonical example for a MAUI + ReactiveUI + Akavache setup that you would recommend following?
Thanks in advance for any guidance!
Beta Was this translation helpful? Give feedback.
All reactions