deviant
02/11/2018, 9:36 AMsetState {
zipCode = targetValue
}
instead of delegated properties? so we can write just this:
zipCode = targetValue
i suppose this is due to performance impact since we can batch state changing in one setState
call. am i correct?