-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Components: add TypeScript refactor guidelines #40153
Conversation
@mirka I've added my initial notes, even if they are definitely a bit rough and incomplete. We can use this PR to collaborate / add our own insights ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonderful! Added some suggestions.
Co-authored-by: Lena Morita <lena@jaguchi.com>
Co-authored-by: Lena Morita <lena@jaguchi.com>
All feedback has been addressed (only this comment still potentially pending). @mirka, do you think we should still refine / add anything to these guidelines for now? Otherwise we could go ahead, merge them and open new, small PRs every time we feel like making any improvements in the future |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I think this is already pretty useful! Thanks for working on it. Let's merge 🚢
What?
Add first version of the guidelines for refactoring components to TypeScript (see #35744 for more details).
Why?
Have a standardized way of approaching the refactor, make it easier for folks to contribute.
Testing Instructions
Read the newly added docs (no runtime changes).