Replies: 1 comment
-
There's no examples or tutorials on this, but I have created a branch on a fork of mine for this: https://github.com/WorldSEnder/yew/tree/web-components. It's not fully fleshed out, but the takeaway is that it should be doable as a separate crate even, without requiring any builtin logic in yew itself. And it's currently slightly outdated although nothing should break when just rebasing it on top of master. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, is it possible to create web components with yew, to import them into another framework later? I'm using svelte on my website and i'd like to handle more complex components (especially long running ones) by creating them with yew for added safety. I can't find any example codes or tutorials on doing that, so i figured i'd ask here :-)
Beta Was this translation helpful? Give feedback.
All reactions