can i use remote-dom with angular ? #379
Replies: 1 comment
-
|
Hi @SavanAghera. I have not actually tried to use Angular on top of Remote DOM, but I don't know of anything Angular does with the DOM that would make it incompatible. Other frameworks like Vue, React, and Svelte all work fine. That said, I wasn't able to easily find a way to run a very simple Angular app in isolation; Angular has a lot of opinions about the build process and the "HTML entrypoint" that I am not expert enough to sort out. In contrast, these other libraries generally let you create and render a component easily, as long as you have a DOM node (which is what Remote DOM will provide you with); for example, Svelte lets you import a Svelte component and render it directly to an HTML element. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
if yes how can i !
I am exploring stuff
is there any alternatives ?
Beta Was this translation helpful? Give feedback.
All reactions