Comment by littlecranky67
3 days ago
You should look at using Preact (4kb alternative) and supply your frontend code as fully encapsulated with embedded preact. That way you client would only have to render your widget/app into an existing DOM element:
> customPreactRootRenderFunction(document.getElementById("outlet"))
No comments yet
Contribute on Hacker News ↗