bring in tailwind and remove all redundant styled components
Open
Nobody has claimed this yet.
improvement
p2
- Dominant language
- TypeScript
- Stars
- 5.5k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
few reasons to do this:
- it will greatly improve the app performance (rendering is faster due to css, startup time is faster due to fewer redundant components, less code to download)
- it will make the code more maintainable, since all styled will simply be defined using css classes and you do not need to do any import to use the utility classes
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
The issue names no files, tests, or entry points. Start by surveying the interface's styled components and styling setup, then determine the scope of bringing in Tailwind and removing redundant styled components. Done means the migration is complete and the stated performance and maintainability goals are addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- tailwind, typescript
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100