Adding an inline delete action on the listing page
This is the part III of the Phlex, htmx combo for building UIs. Pretty similar to the insert action, it consist of: Edit ArticleComponent to add a delete button code. Add a delete route, if needed (not here). Add a...