Workers + Intercooler?

Has anyone tried implementing intercooler js with workers?

It seems like a good fit. Intercooler keeps as little javascript on the frontend / client as possible while allowing relatively advanced ui patterns. The requests from intercooler anchor tags can be matched to worker endpoints. Workers can deliver data to those html anchors without the need to reload the page and hence providing a dynamic page.

If you have not used intercooler, what is wrong (or right) about this suggested setup? I am exploring potential achitectures for a full Cloudflare worker app and open to suggestions.