Anyone tried HTMX?
Hey all, I'm working on a chrome-extension poc that ideally is made entirely with HTMX, for the moment I had no luck setting up the project. Has anyone tried this yet?
2 Replies
By default Plasmo pulls react and creates a tsx file, but I would need to use an html file like popup.html and htmx script in it, how can I accomplish such a thing? I have used
npm install htmx.org
and I see the package in the output build file but I can't actually use it in the popup.html
I have a dummy poller that polls an url every 2 seconds but no call is being made by the popup itself, so I'm stuckYou can override the default HTML file for a page like popup by providing a popup.html. Not exactly sure what type of processing that goes through though.
https://docs.plasmo.com/framework/customization/html
Plasmo Docs
Replacing the HTML Templates – Plasmo
Plasmo uses HTML templates to mount your components. Learn how to customize them.