hyperstack
hyperstack copied to clipboard
experiment with replacing rendering_context
right now rendering_context boils all the children down to arrays of elements. Why? We should try to just return the child block to react as a function, and let react do the work. There may be some reason why we do it this, but its not clear.