Skip to content

Help wanted, conversion to TS #902

@quantizor

Description

@quantizor

Hi friends! As of this issue the repo is now ready and supporting migrating page and component files to use TypeScript. For the most part, this will involve:

  1. Renaming a file to us a ts or tsx extension (depending on the presence of JSX)

  2. Updating any imports if necessary

  3. Removing use of prop types in favor of function component argument defaults

  4. Adding a type signature to styled components that consume props, e.g.

styled.div<{ $color: string }>`
  color: ${p => p.$color || 'red'};
`

If you'd like to claim a file or folder, please comment on this thread to let other people know and start a PR! Thank you very much for helping out 😄

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions