DEV Community

Discussion on: Advanced Blazor State Management Using Fluxor, part 5 - ASP.NET EditForm Binding

Collapse
 
donwibier profile image
Don Wibier

I see @mr_eking 's point here but I'm interested in the thoughts of @mrpmorris ,

Just getting into this pattern and wanted to get your idea straight for the immutable state of things:

Are you transforming the DTO into a record or will it be cloned in the reducer? or just passing that DTO instance in?

And when the server indicates a success, will that DTO be the same instance? or cloned or reconstructed or ...?

For the both of you: library + excellent blog + comments !