hypermedia-systems
hypermedia-systems copied to clipboard
A book on building Hypermedia Driven Applications with htmx and Hyperview
@codetalcott Is there any disagreement over whether this is a good change?
Hello, Thank you for publishing this book for free! I just wanted to offer some feedback on [an introductory section](https://hypermedia.systems/introduction/) that I found confusing as someone who hadn't heard the...
THis is from [Chapter 6](https://github.com/bigskysoftware/hypermedia-systems/blame/main/book/CH06_MorehtmxPatterns.adoc#L412) >The solution to this problem is to use the HTTP Response Vary header and call out the htmx headers that you are using to determine...
Throughout the book the terms "parent" and "child" are used when what is meant is "ancestor" and "descendant". For example, in the discussion of the hx-trigger target option it says...
Ch 6 starts with [this search form](https://github.com/bigskysoftware/hypermedia-systems/blame/main/book/CH06_MorehtmxPatterns.adoc#L71) ```html Search Term (1) ``` It is the form initially created [in Ch 3](https://github.com/bigskysoftware/hypermedia-systems/blame/main/book/CH03_BuildingASimpleWebApplication.adoc#L266), However in Ch4, it was [changed significantly](https://github.com/bigskysoftware/hypermedia-systems/blame/main/book/CH04_ExtendingHTMLAsHypermedia.adoc#L670) ```html Search...