htmx/TODO.md
2020-05-05 04:55:44 -07:00

1.0 KiB

</> HTMx

HTML Extensions

GOALS

  • Dependency-free implementation of intercooler.js-like HTML-driven AJAX functionality
  • Minimalist functionality, rely heavily on built in functionality
  • Support IE10+ ** CSS transitions only ** Pluggable event model
  • < 10k in .min form

TODOS

  • polling cancellation API 205 code

  • meta config tag

  • simple logging API

  • hx-toggle-class

  • focus recapture

  • Testing

    • polling
    • merge
    • hx-select
    • history
    • hx-boost
    • transition model for content swaps
  • build website with 11ty

    • landing page
    • docs page
    • examples page (steal intercooler)
    • attributes page
    • events page
    • headers page

Unsupported Intercooler Features

  • local actions
  • all request parameters
  • all response headers except X-*-Trigger
  • dependencies
  • macros

RESOURCES