mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-29 05:51:39 +00:00
65 lines
2.1 KiB
Markdown
65 lines
2.1 KiB
Markdown
---
|
|
layout: layout.njk
|
|
title: </> htmx - high power tools for html
|
|
---
|
|
|
|
## htmx Talk
|
|
|
|
[htmx Discord Server](/discord)
|
|
|
|
[Github Discussions](https://github.com/bigskysoftware/htmx/discussions)
|
|
|
|
## Feature Requests & Bug Reports
|
|
|
|
[Github Issues](https://github.com/bigskysoftware/htmx/issues)
|
|
|
|
## Social
|
|
|
|
[@htmx_org on Twitter](https://twitter.com/htmx_org)
|
|
|
|
[#htmx on Stack Overflow](https://stackoverflow.com/questions/tagged/htmx)
|
|
|
|
(NB: *Please post the StackOverflow question URL to the [Discord](https://htmx.org/discord) after creating the question for
|
|
faster service.)*
|
|
|
|
[r/htmx on reddit](https://www.reddit.com/r/htmx/)
|
|
|
|
Email: [htmx@bigsky.software](mailto:htmx@bigsky.software)
|
|
|
|
<iframe src="https://github.com/sponsors/bigskysoftware/card" title="Sponsor bigskysoftware" height="225" width="600" style="border: 0;"></iframe>
|
|
|
|
## Github Stars
|
|
|
|
<iframe style="width:100%;height:auto;min-width:600px;min-height:400px;" src="https://star-history.com/embed?secret=Z2hwX3oybDFUTnBMSTZBaXNhcjFwZmN5UVRnZEFSR3JFdTRPckV2Rw==#bigskysoftware/htmx&bigskysoftware/_hyperscript&Date" frameBorder="0"></iframe>
|
|
|
|
## Training
|
|
|
|
[HTMX + Flask: Modern Python Web Apps, Hold the JavaScript Course by Michael Kennedy](https://training.talkpython.fm/courses/htmx-flask-modern-python-web-apps-hold-the-javascript)
|
|
|
|
## Atom Feed (Announcements & Essays)
|
|
|
|
[feed.xml](/feed.xml)
|
|
|
|
## Announcements
|
|
|
|
<ul>
|
|
{%- for post in collections.announcements reversed -%}
|
|
<li><a href="{{ post.url }}">{{ post.date | date: "%Y-%m-%d"}} - {{ post.data.title }} </a>🔥🔥</li>
|
|
{%- endfor -%}
|
|
</ul>
|
|
|
|
## Essays
|
|
|
|
[See the essays page →](/essays)
|
|
|
|
## Podcasts
|
|
|
|
* [Devmode.fm - Dynamic HTML with htmx](https://devmode.fm/episodes/dynamic-html-with-htmx)
|
|
* [JS Party - Less JavaScript more htmx](https://changelog.com/jsparty/171)
|
|
* [Software Breakthroughs for the 21s Century](https://www.youtube.com/watch?v=O4ZFIx1ckSg)
|
|
* [Django Chat](https://djangochat.com/episodes/htmx-carson-gross)
|
|
* [Talk Python](https://talkpython.fm/episodes/show/321/htmx-clean-dynamic-html-pages)
|
|
* [.NET Rocks!](https://www.dotnetrocks.com/?show=1749)
|
|
|
|
[Contact Us](mailto:podcasts@bigsky.software) to Join You on Your Podcast!
|