mrpmorris / Fluxor

Fluxor is a zero boilerplate Flux/Redux library for Microsoft .NET and Blazor.
MIT License
1.25k stars 144 forks source link

Consider removing InitializeStoreAsync #240

Closed mrpmorris closed 2 years ago

mrpmorris commented 2 years ago
  1. Have the store already activated when created.
  2. Have a way of letting Middleware know the UI has initialised. e.g. NotifyUIReadyAsync so web javascript can be used by middlewares