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

pull/7447/head
Mehul 7 days ago committed by GitHub
parent e967f5a183
commit 25e51eec37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/react/content/component-lifecycle@8OBlgDRUg-CTgDXY-QHyO.md

@ -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)

Loading…
Cancel
Save