Replies: 7 comments
-
|
Hi @AayuAmor, we're happy you're here! You are more likely to get a useful response if you are explicit about what project are you discussing, giving a few more details might help someone give you a nudge in the right direction. |
Beta Was this translation helpful? Give feedback.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
|
Subject: Suggestion for TypeScript Support I want to take a moment to express my gratitude for the incredible work done on this project. It's been immensely helpful in building my frontend app and has significantly sped up my development process. Proposal for TypeScript Support Type Safety: TypeScript offers static type checking, which can help catch errors at compile time rather than runtime. Thank you for considering this! |
Beta Was this translation helpful? Give feedback.
-
Hi, I checked online and I couldn’t find any plans for official TypeScript support for this project. It’s still focused on JavaScript right now. TypeScript would definitely help with type safety and autocompletion, so I agree it would be a great improvement. For now, there is no built-in TS support, but it’s a good idea and worth bringing up. If you start something, feel free to share it here, I’d be happy to check it out. |
Beta Was this translation helpful? Give feedback.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
|
Hi Aayu, Great suggestion! Adding TypeScript support is something many projects consider once they’ve matured, since it brings a lot of benefits — strong type safety, richer IDE autocompletion, and fewer runtime bugs, just like you mentioned. Whether TypeScript gets added usually depends on the project’s roadmap and maintainers’ priorities. For some projects, sticking with plain JavaScript keeps things simple and accessible for contributors, while others see TypeScript as a long-term investment in maintainability. If you’d like to help push this forward, a good next step would be to: Open a discussion or issue (if not already) specifically for TypeScript adoption. Suggest a gradual migration plan (e.g., starting with type declarations or a hybrid JS/TS setup). Offer to contribute a proof-of-concept PR, so maintainers can evaluate the trade-offs. This way, maintainers can better assess if TypeScript aligns with the project’s goals, and your contribution could make it easier for them to say yes. Thanks for offering to help — I’m sure the maintainers will appreciate your enthusiasm! |
Beta Was this translation helpful? Give feedback.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
General
Body
Hi everyone!
I really appreciate the work done on this project — it's been super helpful in building my frontend app and speeding up development.
I was wondering if you'd consider adding support for TypeScript. It could greatly enhance the developer experience by providing better type safety, autocompletion, and reducing runtime errors.
I'm curious to hear your thoughts! If this aligns with the project's goals, I'd be happy to help or contribute in any way I can.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions