Skip to content

Instantly share code, notes, and snippets.

@Marcisbee
Created September 18, 2020 21:17
Show Gist options
  • Save Marcisbee/f03782f2234b86c6ea875781165844eb to your computer and use it in GitHub Desktop.
Save Marcisbee/f03782f2234b86c6ea875781165844eb to your computer and use it in GitHub Desktop.
const user = create({
firstName: String,
lastName: String,
})
const state = create({
user,
})
state.firstName = 'John'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment