From 556bd31f7d6467f36835983a8bc6606d85caf41c Mon Sep 17 00:00:00 2001 From: PatrickAlphac <54278053+PatrickAlphaC@users.noreply.github.com> Date: Mon, 9 May 2022 21:37:22 -0400 Subject: [PATCH] updated --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d02f164..4646b5c 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Backup Faucet: https://rinkebyfaucet.com/ # Table of Contents +- [Testnet Faucets](#testnet-faucets) - [Resources For This Course](#resources-for-this-course) - [Questions](#questions) - [Table of Contents](#table-of-contents) @@ -342,6 +343,7 @@ yarn create next-app . - [What is a react hook?](https://reactjs.org/docs/hooks-overview.html) - [useEffect Hook](https://reactjs.org/docs/hooks-effect.html) - [More on useEffect](https://blog.logrocket.com/guide-to-react-useeffect-hook/) + - [useEffect Firing Twice](https://stackoverflow.com/questions/60618844/react-hooks-useeffect-is-called-twice-even-if-an-empty-array-is-used-as-an-ar) - [useState Hook](https://reactjs.org/docs/hooks-state.html) - [Learn CSS](https://www.w3schools.com/css/) - [Tailwindcss](https://tailwindcss.com/)