Migrating 'Thumbnail' component
- Dominant language
- JavaScript
- Stars
- 267
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
**path to the component**
- /src/atoms/Thumbnail.js
**DoD**
- convert the file to .ts extension
- define an interface for props in the component
- define an interface for internally used states (if any)
- define types for variables (if any)
Contribution steps can be found - [https://github.com/99xt/first-born/wiki/Migrating-to-TypeScript](https://github.com/99xt/first-born/wiki/Migrating-to-TypeScript)
Need support? 😄 add a comment by mentioning one of us.
Contributor guide
Research direction
Start with /src/atoms/Thumbnail.js and the linked TypeScript migration guide. Inspect the component's props, internal state, and variables, then convert the file to .ts and define the requested interfaces and types. Done means the component is represented in TypeScript with all applicable props, state, and variables typed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native, typescript
- Domain
- mobile-dev
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100