Skip to content

Commit

Permalink
docs(README): add section about htmx-fiber
Browse files Browse the repository at this point in the history
  • Loading branch information
angelofallars authored Nov 30, 2023
1 parent 2a025ab commit 7cb5f98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ With the Echo web framework, try passing in `context.Request()` and
With the Gin web framework on the other hand, try using `context.Request` and
`context.Writer`.

If you use Fiber, it is recommended to use [`htmx-fiber`](https://github.com/sopa0/htmx-fiber) instead, which is a fork of htmx-go.

## Additional resources

- [HTMX - HTTP Header Reference](https://htmx.org/reference/#headers)
Expand Down

0 comments on commit 7cb5f98

Please sign in to comment.