-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Migrate Dashboard demo components to TypeScript #4415
Migrate Dashboard demo components to TypeScript #4415
Conversation
Looking good, and yes, reusable types should go to a central Could you add a checklist to your issue description, so that we know which components you intend to merge, and when the PR is ready to be merged? |
I'm not sure how to make a checklist, but I want to refactor all components in |
Then please add a comment when you think you're done. |
All done! |
Thanks! |
No problem 😄 |
Hi guys
I've just refactored a couple of components to typescript. Please check it out and let me know if I'm moving in the right direction.
If I guess correctly, all reusable component types should go inside
examples/demo/src/types.ts
right?