Should I use React with JavaScript or TypeScript?

I’m planning a web application with React and am weighing my options between using JavaScript or TypeScript. While TypeScript’s static typing offers clear benefits and helps prevent errors, I’m curious about which approach aligns better with current development trends. What are your personal recommendations and experiences using React with either language?

im using typescript with react bc it catches errors early and gives cool intellisense. js is easier to set up if ur prototyping though. its really depend on project and team skills so choose what fits your workflow best.