bring back 2-way binding. There are use cases, where it greatly improves productivity. Leave the choice about it to the developer.
I wonder if this could be solved with a general jsx decorators feature? For example: ...where bind is a normal function in scope that receives the element and/or its props?
or
At least for standard HTML components this should work, as they would only have one editable property.