Pierre-Marie Dartus
Pierre-Marie Dartus
@caridy Today we are able to assign the `owner` to each VNode because all the VNodes are created eagerly. This will certainly be needed for implementing scoped slots. To implement...
Unfortunately, there is no progress on this specific issue.
/cc @garazi.
Yes, it's still an issue. We should move this restriction to an ESLint rule.
In the example, you swap component by conditionally rendering them. ```html ``` The fey difference between this example and the example with `lwc:dynamic` is that in the first one the...
I don't recall any discussion around the fact that the component and patching order is not deterministic. Nor I don't see any reference to this in the codebase or in...
I agree with you @AllanOricil the current DX regarding static/dynamic styles and classes isn't great. There is certainly room for improvement here. From day 1, we want to ensure that...
> It would also be nice if the "controllerVariable" could be a getter. Yes, that's what I had in mind. From the template perspective, getter and class fields are identical....
Duplicate of #3198
I really like this plan!