Migration to TypeScript ★
divyanshu-rawat opened this issue · 7 comments
Is your feature request related to a problem? Please describe.
As JS has bad typing support so we plan to rely on superset of JS i.e - TS.
Similar issue that address this concern on client-side architecture.
Ignitus/Ignitus-client#477
Describe the solution you'd like
Before doing migration to TS, we should have to fix #126
Describe alternatives you've considered
Prop-Types.
Additional context
Leave a comment if you have any Questions.
Support Added using #131 ☘️
#131 adds support for TS, migration will take place step by step.
@divyanshu-rawat I want to work on this issue.
Sure go ahead @AnjaliGarg13 👍
@Marvin9 if you have time & interest you can also try converting some controllers, routes to TS as well 😅, I have introduced TS but only to minor extent migration is still needed but compilation logic is already there.
Cool. Will start soon 👻
#151 takes care of it 🎯