react-play
react-play copied to clipboard
✨ [Feature request]: Migrating Existing Projects into TypeScript
Is your feature request related to a problem? Please describe. Most of our plays are in JavaScript. Although that's totally fine, it would be feasible to have a typecasting system to avoid any possible errors.
Describe the solution you'd like I would like to migrate some of the projects to TypeScript. As I recently learnt TypeScript, I can migrate existing code into TS without much hassle.
Describe alternatives you've considered
null
Additional context
- I have already migrated three projects.
- The idea came from this thread on Discord.