Deciding between React with JavaScript and React with TypeScript is an important early choice.
Use React + TypeScript unless you have a strong reason not to. It's now the default for many professional React projects and will pay off as your codebase grows.
Go with Javascript plus jsdoc. gives lots of typescript benefit without writing typescript and simple if you are going fast
Great breakdown of the pros and cons between React with JavaScript and TypeScript. This really helped clarify why TypeScript might be the better long-term choice for larger, more scalable projects.