React SPA With JSX Using ESBuild In Ruby On Rails 7

ESBuild is an alternative to Importmaps which lets you compile, or evolve, your JS into JSX. This lets you use React in a much smoother way in Rails. Checkout my course(s) at: https://learn.deanin.com The ESBuild advantages are that it allows you to very quickly hot reload your app, while also having some of the advantages that Webpack used to provide. It's a really neat combination in Ruby on Rails 7, which makes developing a React + Rails SPA much more enjoyable. https://github.com/rails/jsbundling-r... https://github.com/excid3/esbuild-rails Source: https://github.com/Deanout/react-esbu... Photo by Lautaro Andreani on Unsplash Join this channel to help support these videos:    / @deanin   Follow me on social media: https://linktr.ee/deanin If you liked this video, please consider subscribing: https://t.co/RZ4EwP0F2a Timestamps 0:00 Creating A Rails 7 App With ESBuild 3:23 Adding ESBuild To An Existing Rails 7 Application 4:34 Creating A React Stimulus Controller 7:20 React With JSX Inside ESBuild Ruby on Rails 7 11:55 Build A Beginner React Counter App In Rails 7 #Deanin #Software #Programming