Cyril Auburtin
Cyril Auburtin
@nikolay-borzov Oh, well I've also used https://www.npmjs.com/package/webpack-bundle-analyzer (which uses foam-tree), and I kinda like the simplicity of source-map-explorer currently, it's just my take on it, but I like more the...
  The difference is small, but overall it's lighter (shorter unitssymbol, and 3 significant digits: `119.08 KB` → `119K`)
this other repo https://github.com/bramstein/opentype seems to support woff2
I'd love styled-jss to be updated! looking forward to do the same as https://github.com/cssinjs/examples/blob/gh-pages/react-ssr/src/server.js#L3 with styled-jss (I plan to use it with preact btw, also because styled-components is broken with...
I made my own fork https://github.com/caub/docker-images#node, since I don't think we can agree about having npm and not yarn in the main node images 19% size gain on the slim...
yes, example: https://github.com/brigand/jellobot/blob/master/src/plugins/js-eval/Dockerfile
Really wanted, because also it's easier to mentally parse only JS in js files (right, there's jsx too, but jsx is just xml + js), just like react inline styles
@Andarist Not fully related to this repo, but I think bare promises are sufficient for all patterns (can be enhanced with `async` when needed), and falling back to the more...
what would it be for fragments? ``` js const frag = hello world ; // vs const frag = [ hello, world ]; ``` then it's the same, you'll need...