

Less JavaScript more htmx
4 snips Apr 16, 2021
Carson from Big Sky Software joins Jerod & Feross to discuss htmx and _hyperscript. They explore reducing JavaScript reliance, implementing active search feature with htmx, and comparing React ecosystem with htmx. They also delve into distinguishing web APIs vs app APIs and HyperScript revolutionizing front-end programming.
AI Snips
Chapters
Transcript
Episode notes
Incremental HTMX Adoption
- Start web apps with minimal DOM and server-side rendering.
- Incrementally add HTMLX for enhanced UX where needed, simplifying development.
Less JavaScript, Less Problems
- Writing less JavaScript reduces potential bugs and system fragility.
- Simpler code leads to more robust and maintainable applications.
Active Search Example
- The active search example uses HTMLX attributes to filter a table in real-time.
- It showcases how to implement complex interactions with minimal JavaScript.