Summary
Our journey of learning HTML over the wire with Django comes to an end. We are now able to create SPAs in real time by gathering all the logic in the backend, avoiding duplicating tasks such as validations or HTML structures. We have relieved the frontend of a big responsibility; it now only needs to handle events or animations, thanks to Stimulus controllers and internal automation from datasets.
I would love to tell you that you already know everything you need to know, but the journey continues. The book is just a first push. There is still a lot of work ahead of you: practice, adopt Stimulus in your workflow (or any other similar framework), solve small difficulties typical of any SPA (such as managing when the user clicks on the back button in the history), explore other related protocols such as Server-Side Events, train your colleagues, convince your boss, define your line between backend and frontend (the infinite struggle of any web developer), and even adopt some...