Roman

Results 5 comments of Roman

> @march08 I'm not sure what you mean? Server Side Rendering is orthogonal to a library like this. Can you be more specific? For example, `crypto.subtle` doesn't exist on server...

fetch can be added with `isomorphic-fetch` but `Headers.keys()` doesn't work (available only via Web API). In the end I had to rewrite the code to make it work )

@georgegillams So you are suggesting barProps (or I would call it linesProps) which would be spread to the div element? I am not against. Also I was thinking of an...

Cannot really confirm that it solved for me. Otherwise really great lib, worked the best so far. My code: ``` {({ handleClose }) => ( Item 1 Item 2 with...