@state

Decorator use to mark state property

Configure state property, the state will be sync when reducer updates the store state, an initial state created based on this property or preloadedState from the store. you can have multiple states

Last updated