kthcloud / console

kthcloud web console
https://cloud.cbh.kth.se
MIT License
3 stars 3 forks source link

Migrate to TypeScript #211

Closed pierrelefevre closed 2 months ago

pierrelefevre commented 3 months ago

I think it might be useful to migrate the codebase to TypeScript - this should reduce the number of null reference bugs, such as when users were unable to access /deploy because vm.region was null.

It seems like a relatively simple task for React/Vite apps, so it might be a good idea to do it asap.

pierrelefevre commented 3 months ago

Starting development here https://github.com/kthcloud/console/tree/typescript