Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

Working with React

David Zukowski edited this page May 30, 2017 · 1 revision

Functional setState

import { transform, trim } from 'redash'

// ...
this.setState(transform({
  firstName: trim,
  lastName: trim,
}))
Clone this wiki locally