chadmorrow
02/19/2018, 4:21 PMfun RBuilder.test(handler: RHandler<RProps>) = child(Test::class, handler)
This component was made as a way to figure out how to have a component that doesn’t render anything but its children.
I’ve looked through the source code and I can see references to handler in the RBuilder code but it still seems pretty opaque to me. What exactly is that, and how would I know when I needed to use it?