Fluxor

De Banane Atomic
Révision datée du 21 août 2023 à 23:37 par Nicolas (discussion | contributions) (Page créée avec « Category:Blazor = Links = * [https://github.com/mrpmorris/Fluxor Github] * [https://github.com/mrpmorris/Fluxor/blob/master/Docs/README.md Documentation] * [https://blog.antosubash.com/posts/state-management-blazor-fluxor Blazor state management with Fluxor] = Installation = <kode lang='bash'> dotnet add package Fluxor.Blazor.Web </kode> <filebox fn='Program.cs'> builder.Services .AddFluxor(options => options.ScanAssemblies(typeof(Program).Assembly)); <... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à la navigationAller à la recherche

Links

Installation

Bash.svg
dotnet add package Fluxor.Blazor.Web
Program.cs
builder.Services
    .AddFluxor(options => options.ScanAssemblies(typeof(Program).Assembly));
App.razor
<Fluxor.Blazor.Web.StoreInitializer />