Skip to content

Commit

Permalink
fix: Broken Link in React Roadmap -> Component Life Cycle (kamranahme…
Browse files Browse the repository at this point in the history
  • Loading branch information
sociallyencrypted authored Oct 11, 2024
1 parent e967f5a commit 25e51ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/roadmaps/react/content/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
- [@article@lifecycle diagram](https://projects.wojtekmaj.pl/react-lifecycle-methods-diagram/)

0 comments on commit 25e51ee

Please sign in to comment.