New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: Reactive controllers protocol #27
Comments
|
Yes, this would be great! There are a couple of reasons we haven't proposed this ourselves quite yet:
Very happy to work this one out though! If people are already trying to use controllers across frameworks we could get the current Lit interfaces into a common location and iterate from there. |
|
From a broader perspective this is interesting. I'll try to bring this for internal discussion to see how LWC can benefit of this as a native option. |
|
Haunted and atomico implement |
|
FAST would be interested in working together on this. @justinfagnani I think you've identified the primary challenge as being that FAST takes a fine-grained update approach. There's no "re-render this view" in FAST. So, we'd have to somehow shape the API to enable that. |
Recently, we've been exploring Lit's reactive controllers (ionic-team/stencil#3162) and this PR on lit was referenced. This seems interesting to explore to create a community protocol, so I wanted to open that conversation here. It seems there's some prior art around this too, linked here: lit/lit#1682
The text was updated successfully, but these errors were encountered: