mrpmorris / Fluxor

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

Add RTK Query tool features #400

Closed Alimzfr closed 1 year ago

mrpmorris commented 1 year ago

I don't think calling APIs belongs in state management.

mrpmorris commented 1 year ago

Feel free to convince me otherwise :)

mdelgadov commented 1 year ago

Usually, API calls are not functional and belong to side effects.

mrpmorris commented 1 year ago

100% of the time they are not pure functional.