Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
recursivedoubts
on Aug 24, 2020
|
parent
|
context
|
favorite
| on:
A tale of webpage speed, or throwing away React
It's not perfect, but not awful either. Basically you have to catch the content and initialize it with the library using a hook:
htmx.onLoad(function(content){myJSLib.init(content)})
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
htmx.onLoad(function(content){myJSLib.init(content)})