André Cruz
André Cruz
We are now using https://github.com/webpack-contrib/mini-css-extract-plugin which is able to generate a CSS per entry point. Though, this was causing FOUC. The reason for this is that we are not including...
See https://hackernoon.com/whats-new-with-server-side-rendering-in-react-16-9b0d78585d67?source=linkShare-1be67a9d0475-1511257504
https://github.com/vercel/next.js/pull/13914/files#diff-5eff10c96fa6858c659318492c4cf7f7 It seems that the X and Y coordinates are being stored in the router state, meaning perhaps we can leverage those instead of saving into the local storage.
- [ ] Update package.json peer & dev dependency - [ ] Remove `v2` and `v3` from README - [ ] Remove the `addHook` adapter, use the hooks api directly...
When serving compressed content, `send` should set `Vary: Accept-Encoding` automatically to ensure that CDNs cache according to the client's encoding.
I'm developing a complex set of test suites and I want to disable sepia for some of them. Besides the filter feature, is there any way to accomplish this, e.g.:...
I've got a project with fixtures generated using nodejs 4 but the same fixtures do not work in nodejs 6 because they have a different signature. It seems that nodejs...