Peter Fern
Peter Fern
Honestly, I have no idea what state it's in, but I'll see if I can dig/clean it up.
I have a work-in-progress that wraps [Material Components Web](https://material.io/components/web/catalog/) in Vecty Components, but there is quite a bit to do before that will be ready (since there's quite a bit...
It might be possible to write some sort of highly-opinionated framework on top of Vecty, but as it stands, Vecty is not equivalent to your GWTs or Vaadins.
I've not quite settled on an API I'm happy with yet @bzub, so I've not published it. By all means go ahead - I probably won't have any time for...
We don't have a lifecycle hook for this currently, and native JS interop in general is something we've only lightly tackled. Even if we had such a hook, you might...
Yeah, for a library like that, I'd suggest you simply create a container element, and let the library deal with rendering anything inside that, using the `Mount` hook to initialise...
I think I'd be fine with just changing the signature to `vecty.Text(text string)`. Though `vecty.Key` might be valid here, I think it's fine to require users to wrap the text...
You generally shouldn't be triggering a re-render of the entire page unless an element at the top level changes - when you submit a `vecty.Rerender(Component)` to add a component to...
My preference would be to leave it as is for the time being - if we have a concrete reason to change it, we'll have more understanding of why. Making...
Is there any work on making this a reality that can be tracked? AFAICT #2134 is just about deploying the mixins into the cluster via the Helm chart, but this...