Consider porting the frontend codebase to TypeScript #104

Open
opened 2024-10-22 20:40:25 +02:00 by liquidex · 0 comments
Owner

JavaScript is cool and all, but porting the codebase to TypeScript would greatly increase its maintainability.

It wouldn't be a simple task though, requiring us to change some idioms we currently use:

  • async listen
  • usage of event handlers, which aren't very TypeScript-friendly AFAIK

There's also the question of how long will it last. Theoretically nothing should break if we only depend on Vite, but I haven't used NPM enough to know.

JavaScript is cool and all, but porting the codebase to TypeScript would greatly increase its maintainability. It wouldn't be a simple task though, requiring us to change some idioms we currently use: - `async listen` - usage of event handlers, which aren't very TypeScript-friendly AFAIK There's also the question of _how long will it last._ Theoretically nothing should break if we only depend on Vite, but I haven't used NPM enough to know.
liquidex added the
c:rkgk frontend
label 2024-10-22 20:40:32 +02:00
liquidex changed title from Consider porting the codebase to TypeScript to Consider porting the frontend codebase to TypeScript 2024-10-22 20:40:37 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: liquidex/rkgk#104
No description provided.