Closed TechGeekRahul closed 4 weeks ago
Hey @TechGeekRahul did you go through the website for all the required things such as naming conventions etc? Unless those things are followed PR won't be merged, Please follow naming conventions and other contribution guidelines.
yes I have went through the website and followed each of the given steps and contribution guidelines.
@TechGeekRahul Did you even run the project locally? I think you didn't. I can see the basic mistakes in your file; it is because there is an error. Please take time to go through the code base and do your research regarding the usage of mdx
etc. Please use Astro starlight components
such as tab, code etc to present the contents visually not in the md
format.
Please note that everything will be reviewed.
yes I have went through the website and followed each of the given steps and contribution guidelines.
Did you go through the naming conventions? Please check the name of your pull request it is not as per the guidelines.
okay I will do that thanks for highlighting.
Hey @TechGeekRahul , When can we expect an updated PR? Please provide an update on your work so far.
📑 Description
[docs](React Component lifecycle): This PR adds a new section under the React documentation covering Component Lifecycle methods. It explains the lifecycle methods in class components (componentDidMount, componentDidUpdate, and componentWillUnmount) and provides a detailed comparison with functional components using the useEffect hook. The content includes code examples, best practices, and guidelines for handling side effects and cleanups in both class-based and functional components.
✅ Checklist
🔗 Related Issue(s)
Closes #19
🚀 Types of changes
<! [x] Documentation update (docs for this project)