You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the React template currently uses plain JavaScript and does not include Typescript. As Typescript has become the preferred language for many React developers and is already included in the Next.js template, I believe it would be valuable to update the React template to use Typescript as well.
In fact, I have found myself modifying the result of bun create react to Typescript multiple times lately. Therefore, I would like to propose this change and offer to write the necessary modifications.
The text was updated successfully, but these errors were encountered:
Hello,
I noticed that the React template currently uses plain JavaScript and does not include Typescript. As Typescript has become the preferred language for many React developers and is already included in the Next.js template, I believe it would be valuable to update the React template to use Typescript as well.
In fact, I have found myself modifying the result of bun create react to Typescript multiple times lately. Therefore, I would like to propose this change and offer to write the necessary modifications.
The text was updated successfully, but these errors were encountered: