Possible to mix Feliz.React and Fable.Lit in a single app? #61
Unanswered
leolorenzoluis
asked this question in
Q&A
Replies: 1 comment 3 replies
-
There's actually a helper here to do that. Not sure if it's the best approach but it works: Fable.Lit/src/Lit.React/Lit.React.fs Lines 47 to 65 in 3e29301 You can get the open Feliz
open Lit
[<ReactComponent>]
let MyReactWrapper (aValue: int) =
MyLitComponent aValue |> React.ofLit |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There are great libraries written for Fable but leverages React. How do you mix two frameworks into a single one? Leveraging existing react controls in Feliz and also creating your own web components with Lit?
Beta Was this translation helpful? Give feedback.
All reactions