Skip to content

Instantly share code, notes, and snippets.

@vikrantnegi
Created February 18, 2020 12:29
Show Gist options
  • Save vikrantnegi/9b6201cbc99bb8232a41fd33f53bfec9 to your computer and use it in GitHub Desktop.
Save vikrantnegi/9b6201cbc99bb8232a41fd33f53bfec9 to your computer and use it in GitHub Desktop.
const [books, setBooks] = useState([...new Array(10).fill({})]);
const [isDataFetched, setDataFetched] = useState(false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment