jellyfin-archive / jellyfin-react-client

Next Generation Client for Jellyfin
https://jellyfin.org
Mozilla Public License 2.0
86 stars 29 forks source link

Switch JS to TypeScript #25

Closed comassky closed 4 years ago

comassky commented 5 years ago

Hi everyone,

I think it may be a good decision to switch to Typescrypt (typed data, some optimisations etc etc).

More industrial way to code.

ghost commented 4 years ago

Big mistake not to use typescript.... makes code a lot more maintainable and the dev experience is so much better than JS.

anthonylavado commented 4 years ago

If this is desired (and will help improve the client), then we just need someone to implement it :-)

EraYaN commented 4 years ago

There are some dependencies that blocked this when I first tried it, and I didn't feel like digging into tsc's options too much. But if anyone wants to have a go, please.