mrpmorris / Fluxor

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

Check if ReduxDevTools should log BeforeDispatch instead of After #354

Closed mrpmorris closed 1 year ago

mrpmorris commented 1 year ago

Need to check if an Effect that completes synchronously and dispatches actions will result in the actions appearing out of order in RDT.

If so, move the logging to BeforeDispatch, or add a Dispatching method.