Missing information in documentation (passing prop to ref)
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 11.8k
- Forks
- 7.9k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 11
Description
On this page https://github.com/reactjs/reactjs.org/blob/master/content/docs/refs-and-the-dom.md in section "When to Use Refs " there is mentioned that you can "pass an isOpen prop to it". There is no example how to do that. How to pass prop through a ref.
Maybe it's something as simple as ref.current.propName = value. I don't know.
There is just one question for this on stack overflow, with no answer.
https://stackoverflow.com/questions/55806387/react-pass-prop-to-ref
Thanks
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with content/docs/refs-and-the-dom.md and the “When to Use Refs” section identified in the issue. Clarify the statement about passing an isOpen prop to a ref with a concrete example, and verify the documentation build and links after the wording is updated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100