https://github.com/egil/htmxor
Supercharges Blazor static server side rendering (SSR) by seamlessly integrating the Htmx.org frontend library.
https://github.com/egil/htmxor
blazor blazor-web-app htmx
Last synced: about 1 year ago
JSON representation
Supercharges Blazor static server side rendering (SSR) by seamlessly integrating the Htmx.org frontend library.
- Host: GitHub
- URL: https://github.com/egil/htmxor
- Owner: egil
- License: mit
- Created: 2023-12-29T07:10:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T12:16:47.000Z (over 1 year ago)
- Last Synced: 2025-03-09T17:54:51.202Z (about 1 year ago)
- Topics: blazor, blazor-web-app, htmx
- Language: C#
- Homepage:
- Size: 1.64 MB
- Stars: 142
- Watchers: 10
- Forks: 13
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Htmxor - supercharging Blazor Static SSR with Htmx

This packages enables Blazor Static SSR (.NET 8 and later) to be used seamlessly with Htmx.
Blazor Static SSR comes with basic interactivity via enhanced navigation and enhanced form handling.
Adding Htmx (htmx.org) to the mix gives you access to another level of interactivity while still
retaining all the advantages of Blazor SSR stateless nature.
**Nuget:** https://www.nuget.org/packages/Htmxor
## Documentation
See https://github.com/egil/Htmxor/blob/main/docs/index.md.
## Samples
The following Blazor Web Apps (Htmxor) are used to test Htmxor and demo the capabilities of it.
- [Blazing Pizza workshop as Htmxor App](https://github.com/egil/Htmxor/tree/main/samples/BlazingPizza)
- [Htmxor Examples](https://github.com/egil/Htmxor/tree/main/samples/HtmxorExamples)
- [Minimal Htmxor App template](https://github.com/egil/Htmxor/tree/main/samples/MinimalHtmxorApp)