|
|
|
|
|
by littlecranky67
207 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")) |
|