Skip to content

Mix of typescript and plain JS? #851

Answered by danny-avila
mindplay-dk asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for asking. I can add this in.

the project was originally, entirely JS.

The frontend is being converted to TS, nearly complete. This can be done because React allows the mixture of the two before compiling the code, and it’s the norm to compile/bundle the code.

The backend would be more involved because it would have to be done in “one go,” unless we add some compiling for the server, which is not the norm and would add complexity. This is lower in priority and may not happen.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@danny-avila
Comment options

Answer selected by danny-avila
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants