setstateReactSetstateEasyWhat does the updater (callback) form `setCount(c => c + 1)` guarantee?1Each update is computed from the latest queued state2The update runs synchronously and immediately3The component skips re-rendering4State is mutated in placeBack to list