The Question Mark - blog by Mark Volkmann

htmx Book Errata

book cover

This is an errata for the book “Server-Driven Web Apps with htmx”. If you find additional issues, please email them to me.

Chapter 1 - “Creating Your First Project”

  • p. 3 “Creating Your First Project”

    The command to install bun should have been formatted as a code block. Ignore the ~~~ characters.

  • p. 4 Code block titles

    The directory names in code block titles (e.g. “JumpingIn” on this page), refer to the directory inside the code download at https://media.pragprog.com/titles/mvhtmx/code/mvhtmx-code.zip. You can choose different names for directories, such as “htmx-demo”, if you are recreating the examples on your own.

Chapter 3 - “Deploying Endpoints”

  • p. 35 “Your Turn” #2

    Change “HX-Target” to “HX-Trigger”.