DEV Community

Discussion on: Thank you TypeScript!

 
defman profile image
Sergey Kislyakov

So you can start converting a component written in JavaScript to TypeScript one by one?

Yes.

Are there any interop issues? TYpeScript component not being able to call components written in pure JavaScript, vice versa.

No, AFAIK. You can use your pure JS components and libraries.

Thread Thread
 
dance2die profile image
Sung M. Kim

Thanks Defman 🤜