Skip to content

Instantly share code, notes, and snippets.

@Mayankgupta688
Created May 7, 2019 10:59
Show Gist options
  • Select an option

  • Save Mayankgupta688/f8f7e5d7b816342ae6ab4e06cb3a7f53 to your computer and use it in GitHub Desktop.

Select an option

Save Mayankgupta688/f8f7e5d7b816342ae6ab4e06cb3a7f53 to your computer and use it in GitHub Desktop.
var stateVariableForName = useState("Mayank");
// Getter for the state value created..
var name = stateVariableForName[0];
// Setter for the state variable created..
var setName = stateVariableForName[1];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment