-
-
Notifications
You must be signed in to change notification settings - Fork 435
Closed
Labels
Description
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:
-
Renaming a file to us a
tsortsxextension (depending on the presence of JSX) -
Updating any imports if necessary
-
Removing use of prop types in favor of function component argument defaults
-
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 😄