2
2 Comments

How to convert Typescript to Javascript React Project?🤔

Hi all! I have found a very nice repo on github that is on React using typescript. I am not good with typescript and I need to convert the project to Javascript (files from tsx to js). Is there a tool that does it automatically? Or any techniques via command line to achieve that? Thaaanks!

on August 19, 2021
  1. 2

    Honestly, I would use this as an excuse to learn TypeScript. If you already know JS then it's unlikely that you will need to learn much more.

    1. 1

      Hey! Yeah that makes sense. The thing is that the last 4 months have been fully focused on acquiring knowledge as in react/Next/Firebase/Supabase. Therefore, enough with the learning, for now, i think it's time to implement.