Trying to get to grips of the usage of the fluxor package, and redux in a blazor web application Ive found videos and blogs declaring things slightly differently. Either through explicit Feature classes which have States inside them, or States with the FeatureState attribute as a decorator.
I cant find any explanation of what the difference is to doing it either way. Any help with understanding the differences, other than syntactic, between the two would be very helpful.