basarat / basarat/typescript-book
React.forwardRef example
Open
- Dominant language
- TypeScript
- Stars
- 21.6k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
```ts
type RenderedViewProps = { url: string };
const RenderedView: React.FC = React.forwardRef((props, ref) => {
return
});
```
Contributor guide
Research direction
The issue contains a TypeScript React.forwardRef example but names no documentation file, section, test, or requested wording. First inspect the book's React and ref-related documentation entry points to determine whether this example belongs there; done should mean the intended example is documented and renders or type-checks as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100