Skip to content

Instantly share code, notes, and snippets.

@tsh-code
Created March 19, 2020 10:02
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 tsh-code/0c70ba897df7c839fecee83a64744905 to your computer and use it in GitHub Desktop.
Save tsh-code/0c70ba897df7c839fecee83a64744905 to your computer and use it in GitHub Desktop.
const [counter, setCounter] = useState(0);
const [usersList, setUsersList] = useState([]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment