From 25e51eec376b151c9b23afb91767fbcd3d722e15 Mon Sep 17 00:00:00 2001 From: Mehul <60281183+sociallyencrypted@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:10:37 +0530 Subject: [PATCH] fix: Broken Link in React Roadmap -> Component Life Cycle (#7439) --- .../content/component-lifecycle@8OBlgDRUg-CTgDXY-QHyO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/react/content/component-lifecycle@8OBlgDRUg-CTgDXY-QHyO.md b/src/data/roadmaps/react/content/component-lifecycle@8OBlgDRUg-CTgDXY-QHyO.md index 6306bcb99..8461d9f23 100644 --- a/src/data/roadmaps/react/content/component-lifecycle@8OBlgDRUg-CTgDXY-QHyO.md +++ b/src/data/roadmaps/react/content/component-lifecycle@8OBlgDRUg-CTgDXY-QHyO.md @@ -6,9 +6,9 @@ It is not recommended to use lifecycle methods manually. Instead, use the useEff Visit the following resources to learn more: -- [@official@Lifecycle of Reactive Effects](https://react.dev/learn/lifecycle-of-reactive-effectsv) +- [@official@Lifecycle of Reactive Effects](https://react.dev/learn/lifecycle-of-reactive-effects) - [@official@Class Component](https://react.dev/reference/react/Component) - [@article@React component lifecycle: React lifecycle methods & hooks](https://tsh.io/blog/react-component-lifecycle-methods-vs-hooks/) - [@article@The React lifecycle: methods and hooks explained](https://retool.com/blog/the-react-lifecycle-methods-and-hooks-explained#react-hooks-and-the-component-lifecycle) - [@article@React Lifecycle: Methods & Hooks In Detail](https://www.bairesdev.com/blog/react-lifecycle-methods-hooks/) -- [@article@lifecycle diagram](https://projects.wojtekmaj.pl/react-lifecycle-methods-diagram/) \ No newline at end of file +- [@article@lifecycle diagram](https://projects.wojtekmaj.pl/react-lifecycle-methods-diagram/)