react.dev
react.dev copied to clipboard
Capitalized State
Hello, today was my first time doing a pull request so please let me know if I am doing anything wrong. I capitalized state in the adding-interactivity.md file.
Hi @haroon6268!
Thank you for your pull request and welcome to our community.
Action Required
In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.
Process
In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.
Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.
If you have received this in error or have any questions, please contact us at [email protected]. Thanks!
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated (UTC) |
|---|---|---|---|
| react-dev | ✅ Ready (Inspect) | Visit Preview | Mar 27, 2024 4:21am |
Size changes
📦 Next.js Bundle Analysis for react-dev
This analysis was generated by the Next.js Bundle Analysis action. 🤖
This PR introduced no changes to the JavaScript bundle! 🙌
Hey there @haroon6268! 👋
https://github.com/reactjs/react.dev/issues/6713#issue-2209791402 has been updated with a brief style guide for what instances of the terms should be capitalized, and what should remain lowercase. Could you please:
- Read through https://github.com/reactjs/react.dev/issues/6713#issue-2209791402 again (it's been edited a lot in the past few days)
- Update your pull request (just push the commit to the
capitalized-statebranch in your fork and GitHub with automatically update it here).
I think there's a few instances in your PR that should stay lowercase, for example
Instead, when you want to update an object and array, you need to create a new one (or make a copy of an existing one), and then update the State to use that copy.
Not an expert on this, though. Maybe @rickhanlonii can confirm?
In any case, thanks for the contribution! You're on the way to a great PR. I hope this was helpful. ❤️