Part 4: Simplifying the frontend with Stimulus
In this part, we will use one of the most widely used JavaScript frameworks to easily handle events received from the backend: Stimulus. Not only will it reduce the amount of JavaScript code, but it will also allow the frontend to define the events.
In this part, we will cover the following chapters:
- Chapter 8, Simplifying the Frontend