TypeScript is just compiled to JavaScript. Think of TypeScript as a tool like ESlint that helps you write better code, just in a different way (forcing object types, etc). There will be no performance change to the user, only difference is in whatever step you do to build your application will now have to have a TypeScript parser that compiles it.
If you need to know more about React, Its recommended to join React JS Online Course today.