Skip to content

Instantly share code, notes, and snippets.

@trblackw
Created May 31, 2020 19:46
Show Gist options
  • Save trblackw/63677ad9bd7b16544c8e5e527f5dce13 to your computer and use it in GitHub Desktop.
Save trblackw/63677ad9bd7b16544c8e5e527f5dce13 to your computer and use it in GitHub Desktop.
const [users, setUsers] = useState([
{ id: 1, name: "Bob", age: 24, emailConfirmed: false },
{ id: 2, name: "Sarah", age: 30, emailConfirmed: true },
{ id: 3, name: "Kevin", age: 20, emailConfirmed: false },
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment