Skip to content

Instantly share code, notes, and snippets.

@cybercris
Created March 30, 2020 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cybercris/58cee47fccd0d0f51d4786c3c49f9533 to your computer and use it in GitHub Desktop.
Save cybercris/58cee47fccd0d0f51d4786c3c49f9533 to your computer and use it in GitHub Desktop.
state
const [state, setState] = useState({
optionalObject: {
otherData: ""
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment