Terence Chow
1 min readNov 16, 2016

--

I have followed your method for inheritance inversion and I don’t understand why you can’t simply do super.render(newProps) and handle newProps in the render function of your wrapped component? Why clone anything? Is there any problems with my approach?

--

--