Created
January 20, 2020 20:00
-
-
Save bartcis/242f2a381785af7fbb333c245f39c507 to your computer and use it in GitHub Desktop.
Hook helpers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const [articleId, setArticleId] = useState(2); | |
const [articleRequest, abortArticleRequest] = useGetSingleArticle({articleId: articleId}); | |
const abortFuncs = useRef([]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment