You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class Based Components lesson, Additional resources points to old Thinking in React document which does not contain information about Class Based Components eventhough lesson indicates:
"In general, the React documentation on thinking in react is a really good place to look into, if you want more practice with class-based components, from scratch."
More appropriate Doc would be State and Lifecycle from the Old React Docs.
Also replace the text to indicate they are legacy documents for clarity:
"In general, the legacy React documentation on State and Lifecycle is a really good place to look into, if you want more practice with class-based components, from scratch."
Also it seems the new Thinking in React do not contain information about Class based components. Please review the suggested article and if not appropriate please suggest a different doc/article.
Love "The Odin Project" and Open Source and really happy to make any contribution I can make !
Kind regards,
Amal
The text was updated successfully, but these errors were encountered:
1Amal
changed the title
Class Based Components: Class Based Components lesson 'Additional resources' points to article which do not contain infomation on Class Based Components
Class Based Components: 'Additional resources' points to article which do not contain information on Class Based Components
Nov 4, 2024
Thanks @1Amal. The currently linked doc is their legacy docs and it looks like they've gotten rid of the codesandboxes that used to showcase class components in context. Of course, the legacy docs were what we wanted for this lesson precisely because we're exposing class components instead of function components, which is what the current version of the docs page would use.
In all honesty, instead of finding a replacement resource, I'm happy for this additional resource to be removed entirely, and the default "no additional resources" placeholder put back instead. The state/lifecycle resource you linked won't be necessary since the current version of that (which does use class components) is assigned in the Lifecycle Methods lesson after.
Checks
Describe your suggestion
Class Based Components lesson, Additional resources points to old Thinking in React document which does not contain information about Class Based Components eventhough lesson indicates:
More appropriate Doc would be State and Lifecycle from the Old React Docs.
Also replace the text to indicate they are legacy documents for clarity:
Also it seems the new Thinking in React do not contain information about Class based components. Please review the suggested article and if not appropriate please suggest a different doc/article.
Path
Node / JS
Lesson Url
https://www.theodinproject.com/lessons/node-path-react-new-class-based-components
(Optional) Discord Name
No response
(Optional) Additional Comments
Love "The Odin Project" and Open Source and really happy to make any contribution I can make !
Kind regards,
Amal
The text was updated successfully, but these errors were encountered: