From 1630b493b171a6b7c764e6253c46ba0f7251d5b5 Mon Sep 17 00:00:00 2001 From: JustLolo <103621114+JustLolo@users.noreply.github.com> Date: Mon, 19 Jun 2023 06:41:26 -0500 Subject: [PATCH] External link is broken, fixed --- src/data/roadmaps/react/content/104-hooks/102-common-hooks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/react/content/104-hooks/102-common-hooks.md b/src/data/roadmaps/react/content/104-hooks/102-common-hooks.md index fa2c0854e..6ad12d16a 100644 --- a/src/data/roadmaps/react/content/104-hooks/102-common-hooks.md +++ b/src/data/roadmaps/react/content/104-hooks/102-common-hooks.md @@ -22,4 +22,5 @@ Visit the following resources to learn more: - [useMemo Hook by Example](https://www.robinwieruch.de/react-usememo-hook/) - [useContext Hook by Example](https://www.robinwieruch.de/react-usecontext-hook/) - [useReducer Hook by Example](https://www.robinwieruch.de/react-usereducer-hook/) -- [useReducer vs useState Hook](https://www.robinwieruch.de/react-usereducer-vs-usestate/) \ No newline at end of file +- [useReducer vs useState Hook](https://www.robinwieruch.de/react-usereducer-vs-usestate/) +- [useDefferedValue Hook video](https://www.youtube.com/watch?v=jCGMedd6IWA) \ No newline at end of file