###### NAVIGATE - BACK : [[TYPESCRIPT]] ---- >[!info]- [[ENIGMAS]] ----- #### AENIGMAS REASON FOR MOVING TO TS https://blog.bitsrc.io/5-strong-reasons-to-use-typescript-with-react-bc987da5d907 MAINLY BECAUSE OF THE PART 4 4. Gradual adoption for existing projects Going for TypeScript is not an on-off switch. It is instead a gradual adaptation depending on the current condition of the project. Suppose you have decided to use TypeScript for an ongoing React project. In that case, you need to look at how you can use JavaScript and TypeScript side by side and gradually increase the TypeScript coverage. Besides, You can configure the TypeScript compiler options for the gradual transition. For a list of compiler options, refer ----