1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-19 07:31:24 +02:00

fix: Broken Link in React Roadmap -> Component Life Cycle (#7439)

This commit is contained in:
Mehul
2024-10-11 21:10:37 +05:30
committed by GitHub
parent e967f5a183
commit 25e51eec37

View File

@@ -6,7 +6,7 @@ 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)