Skip to content

Instantly share code, notes, and snippets.

@harrybanda
Created September 22, 2021 11:49
Show Gist options
  • Save harrybanda/87c6e756f8c4863fcef83fc3851cd886 to your computer and use it in GitHub Desktop.
Save harrybanda/87c6e756f8c4863fcef83fc3851cd886 to your computer and use it in GitHub Desktop.
const [isUpdating, setUpdating] = useState(false);
const [selectedBook, setSelectedBook] = useState(undefined);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment