I wonder how feasible it would be to actually fill a whole book 🤔 . Http4k is kind of like React in that it has a minimal API surface area; pretty much everything is either an
HttpHandler
,
Filter
, or
Lens
.
Perhaps what's missing is more recipes; it can be difficult to understand how to compose the right functions together in the right order to get what you want.
m
Mikael Ståldal
05/26/2023, 2:20 PM
That hasn't stopped people from filling several books about React 😉 .
d
dave
05/26/2023, 2:24 PM
There is a lot of content about the surrounding ways of developing apps which is beyond the specifics of the API. If you add in all the stuff around connect and other ways to use the APIs for testing things at many different levels, styles, fakes... it's probably fairly meaty!
a
Andrew O'Hara
05/26/2023, 2:25 PM
Yeah, you're right. Focusing not so much on how to use it, but on how to use it well.