jacob
03/24/2018, 10:56 PMdanfma
03/24/2018, 11:03 PMdanfma
03/24/2018, 11:15 PMFilipp Riabchun
03/25/2018, 8:40 PMfun ReactProps.helloByComponent(setter: PropSetter<HelloByComponent.Props>) =
append(HelloByComponent(setter))
So does it create a new HelloByComponent
instance on each rerender?danfma
03/27/2018, 11:41 AMReact.createElement(HelloByComponent, {}, …)
.danfma
03/27/2018, 11:42 AMdanfma
03/27/2018, 11:43 AM