Technical requirements
The example is based on the template we used in Chapter 4, Working with the Database:
The finished code can be found in the following repository:
It is also recommended that you visit Stimulus’ own documentation to learn more about important concepts such as controllers, actions, and targets:
https://stimulus.hotwired.dev/handbook/
And, optionally, it’s recommended that you have a modern version of Node.js along with the latest version of npm
. We will use it to install the Stimulus package, but we can also use the CDN.
CDN or Content delivery network
A CDN is a group of servers located around the world that work together to deliver content to users quickly and efficiently. It is used with static content...