Uniswap / Uniswap/interface

bring in tailwind and remove all redundant styled components

Open
#1,451 3 comments 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.