mrpmorris / Fluxor

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

Remove Newtonsoft.Json dependency and use built-in System.Text.Json instead. #386

Closed Alimzfr closed 1 year ago

Alimzfr commented 1 year ago

It reduces the size of the Blazor applications. Newtonsoft.Json library used in Fluxor.Blazor.Web.ReduxDevTools.

mrpmorris commented 1 year ago

It is my intention, but you shouldn't be including DevTools in your released product anyway, so size should be irrelevant.

mrpmorris commented 1 year ago

Fixed in 6.0