Change react docs link (#3742)

pull/3731/head^2
Pedro Macedo 2 years ago committed by GitHub
parent be47ac6573
commit 52649a2d3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/data/roadmaps/react/content/102-components/100-class-components.md

@ -6,7 +6,7 @@ Although the class components are supported in React, it is encouraged to write
Visit the following resources to learn more:
- [Components and Props](https://reactjs.org/docs/components-and-props.html#function-and-class-components)
- [Components and Props](https://react.dev/learn/thinking-in-react#props-vs-state)
- [Is There Any Reason to Still Use React Class Components?](https://medium.com/geekculture/is-there-any-reason-to-still-use-react-class-components-9b6a1e6aa9ef)
- [Functional Components vs Class Components in React](https://www.freecodecamp.org/news/functional-components-vs-class-components-in-react)
- [Migrate Class Components to Functional Components with Hooks in React](https://www.robinwieruch.de/react-hooks-migration/)

Loading…
Cancel
Save