You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's review the technical requirements that would be necessary to implement such a feature:
In order for this to work intrinsics <a href=${this.b}> as well as components <MyComponent someProp=${this.b}> it would require passing the props as a proxy with overridden get accessors for the prop in question.
Not to mention a couple of things would break. What would cause the child component to rerender if the value changes? Implications for the lifecycle of the child,.. etc.
Could you add a syntaxis to have
get accessor
in props?I wanna increase the
count
each time I get the property oftest
.It will help to change one attribute of element instead of full rerendering (all attributs and childrens)
The text was updated successfully, but these errors were encountered: