Floris Verloop

Results 4 comments of Floris Verloop

Wouldn't it then temporarily break the layout while using a wrapping element for hydration?

Done: 284d4314799dea8267541e2d5ca5f5c462091516

That would be great. An `.extend()` function would be great too. Basically a convenience function for: ```typescript const style = Style({padding:10}) const style2 = style.copy() style2.update({fontSize:24}) ``` vs. ```typescript const...