Can I convert a Dashboard in react type Script to react js?

Viewed 22

I bought a Dashboard from Metronic to use it but I found it in TypeScript and I don't know it , How can I use it with ReactJs not TypeScript ..Does anyone face this issue ?

1 Answers

You will have type casting issues. I suggest you get pure JavaScript one! or try to learn TypeScript it's also fun to write.

Related