Rails 7 with Bootstrap + React + TypeScript
Generate new Rails application
rails new myapp -j esbuild -c bootstrap
Add React and TypeSript with npm
cd myapp
npm i react react-dom @types/react @types/react-dom typescript
Init tsconfig.json
npx tsc --init --project tsconfig.json --noEmit --jsx react
Build and Check. Add to packages.json
"scripts"