Henri Beck

Results 45 comments of Henri Beck

_From @a-ignatov-parc on February 26, 2018 17:57_ I think every css-in-js lib that uses classes is incompatible with `renderToNodeStream` unless it renders styles right after open tag of the controlled...

_From @kof on February 26, 2018 18:1_ I heard SC recently supported it, lets see what they are doing? We could render style tags before each element which needs styles,...

_From @a-ignatov-parc on February 26, 2018 18:2_ > I also think this is only possible with react 16 Yes. Also `renderToNodeStream` is only available in react 16 😉

_From @a-ignatov-parc on February 26, 2018 18:9_ SC [doing chunks reordering](https://github.com/styled-components/styled-components/blob/81f1a20019eb6b2a6de9fe6d6a1882638c1183b1/src/models/ServerStyleSheet.js#L77-L91) which is almost the same as render styles after open tag but requires the use of additional utils.

_From @a-ignatov-parc on February 26, 2018 18:11_ This could be a good solution for `react-jss` since there is no styles deduplication.

_From @a-ignatov-parc on February 26, 2018 18:12_ Only vendor prefixing during ssr could be an issue 🤔

_From @kof on June 13, 2018 13:16_ https://twitter.com/oleg008/status/1006879080908718081 "It uses a transform stream and when it yields to the transform we get the injected styles up until that point, seal...

_From @kof on June 13, 2018 13:19_ We can do it too, exactly the same way. Actually as I wanted to have rehydrate function anyways, this could be added to...

_From @kof on June 29, 2017 15:36_ Right now one can obtain all sheets by using SheetsRegistryProvider or JssProvider if you are on the next branch/pre release version. ```js import...

_From @kserjey on June 29, 2017 15:40_ But what if i use ```enzyme``` for testing instead of ```jest``` snapshot?