Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T12:16:47.000Z (4 months ago)
- Last Synced: 2025-01-12T02:17:27.201Z (10 days ago)
- Topics: blazor, blazor-web-app, htmx
- Language: C#
- Homepage:
- Size: 1.64 MB
- Stars: 136
- Watchers: 9
- Forks: 12
- 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
![Htmxor logo](https://github.com/egil/Htmxor/blob/main/docs/htmxor-x.svg)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)