react-with-moxy
react-with-moxy copied to clipboard
MOXY's boilerplate to create isomorphic react applications
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...
Using the IPFS ServiceWorker gateway, we could accelerate the website, and make it peer-enabled. This would be very interesting for all the reasons why IPFS exists, namely: - accelerate load...
_From @satazor on February 12, 2017 22:25_ SVGs that go through [external-svg-sprite-loader](https://github.com/Karify/external-svg-sprite-loader) are not being hot-reloaded. See: https://github.com/Karify/external-svg-sprite-loader/issues/14 _Copied from original issue: moxystudio/react-with-moxy#13_
See https://hackernoon.com/whats-new-with-server-side-rendering-in-react-16-9b0d78585d67?source=linkShare-1be67a9d0475-1511257504
_From @satazor on February 9, 2017 23:12_ After using [external-svg-sprite-loader](https://github.com/Karify/external-svg-sprite-loader), I've come to the conclusion that it has a few problems: - It can't be loaded from a different domain,...
_From @satazor on February 10, 2017 1:32_ Question: should we optimize jpg and png images using a webpack loader? _Copied from original issue: moxystudio/react-with-moxy#7_
_From @satazor on February 16, 2017 22:2_ See https://github.com/ReactTraining/react-router/blob/v3/docs/API.md#onerrorerror _Copied from original issue: moxystudio/react-with-moxy#19_
_From @satazor on February 10, 2017 11:53_ Investigate what needs to be done to make apps created with `react-with-moxy` a progressive web app. _Copied from original issue: moxystudio/react-with-moxy#8_