fable-compiler / Fable.Lit

Write Fable Elmish apps with Lit
https://fable.io/Fable.Lit/
MIT License
91 stars 13 forks source link

Is there similar pattern in Lit that uses React.useContext (Context propagation)? #43

Closed leolorenzoluis closed 2 years ago

leolorenzoluis commented 2 years ago

Assuming Lit components are written in MVU. Is there an alternative to write code so we don't have to pass t he message between Parent/Child?

https://zaid-ajaj.github.io/Feliz/#/Feliz/React/ContextPropagation

leolorenzoluis commented 2 years ago

Moving to discussions