Installing React
Let's learn how to install React in our Rails framework.
We'll cover the following...
Configuration
We’re going to use React to build the individual pages for each concert. These pages will contain seating diagrams and will allow us to put together a ticket order.
Stimulus and React are not normally used in the same app, but for the purposes of this course we’ve kept them together to avoid having to keep track of separate Stimulus and React apps.
Webpacker ...