react-with-moxy icon indicating copy to clipboard operation
react-with-moxy copied to clipboard

MOXY's boilerplate to create isomorphic react applications

Results 21 react-with-moxy issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

_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_

bug
waiting

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,...

enhancement

_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_

question

_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_

bug

_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_

enhancement