Sitian Liu
Sitian Liu
.getExtractedSVG is very functional and should warrant some test suite as the project solidifies and grows
expose a method in the API to clear/expire a cookie like how they do here http://expressjs.com/api.html#res.clearCookie
I am getting this error when installing: npm ERR! notarget No compatible version found: webpack@'>=1.2.0
I noticed that https://github.com/webpack/react-webpack-server-side-example/blob/master/server/style-collector.js#L4 was never called during an execution of its collect method. I think it may have to do with the fact that webpack caches the style-collector.js on...
great repo! I am gonna take a look at setting up tests for this! while at this: - set up Travis CI
Since apollo-client 2.0 NetworkInterface has been deprecated in favor of Apollo Link. It was quite confusing for me to make sense of the deprecated usage example. Look into updating the...
the usage example in the doc needs some love, I had a better understanding of how to use it by looking at: https://github.com/kriasoft/react-starter-kit/blob/master/src/client.js and https://github.com/kriasoft/react-starter-kit/blob/master/src/server.js the doc needs to give...