2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript18 forks (18 forks)auto 404
good first issuehelp wanted
Repository metrics
- Stars
- 169 stars (169 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Contributor guide
- Research direction
- Examine the react markdown component to identify which parts are re rendering unnecessarily. Use React.memo or useMemo to cache expensive computations and prevent re renders when props haven't changed.
- Tech stack
- typescriptreact
- Domain
- frontend
- Issue type
- Performance
- Prerequisites
- ReactTypeScript