FRONTEND·중요도 7·2026. 08. 28.·GeekNews
htmx 4.0 출시 - HTML 스트리밍과 화면 갱신 강화, 암묵적 동작은 명시적으로
── KO ──────────────────
htmx 4.0이 출시되어 HTML 스트리밍 및 화면 갱신 기능이 강화되었습니다.
htmx 4.0이 출시되어 기존 기능을 유지하면서 HTML 스트리밍과 화면 갱신 기능이 강화되었습니다. 내부 통신 방식이 XMLHttpRequest에서 fetch()로 변경되어 확장 구조가 재정비되었습니다. 이로 인해 SSE, WebSocket, multipart 방식의 HTML 스트리밍을 지원하게 되었습니다.
── EN ──────────────────
htmx 4.0 is released with enhanced HTML streaming and DOM update features.
htmx 4.0 has been released, maintaining existing functionalities while enhancing HTML streaming and DOM update capabilities. The internal communication method has switched from XMLHttpRequest to fetch(), allowing for a revamped extensible architecture. This change supports HTML streaming using SSE, WebSocket, and multipart methods.