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

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 1.9.1 to 2.1.1. Release notes *Sourced from [serialize-javascript's releases](https://github.com/yahoo/serialize-javascript/releases).* > ## v2.1.0 > - Add `ignoreFunction` option ([@​realdennis](https://github.com/realdennis), [#58](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/58)) > > ## v2.0.0 > - re-landed [#54](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/54)...

dependencies

This is more a fooling around to showcase how to actually make the css icon change color 😄 Note: This only works for SVGs with black fill.

_From @satazor on July 12, 2017 16:12_ Possible solution: https://aykevl.nl/2014/09/fix-jumping-scrollbar _Copied from original issue: moxystudio/react-with-moxy#45_

enhancement
good first contribution

This PR adds the `async` attribute to the main script tag

We may consider integrating a Webpack plugin that handles [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity), such as [this one](https://www.npmjs.com/package/webpack-subresource-integrity).

discussion

The future is to run babel through every code, including node_modules: - Many authors are publishing uncompiled code into npm - It doesn't make sense to compile at the lib...

blocked

We are using react-router@3 and react-router@4 is [broken by design](https://github.com/ReactTraining/react-router/issues/5076#issuecomment-326456921). We should explore other routing solutions. Things to take into consideration: - Data fetching, blocking and non-blocking - Scroll restoration...

discussion

``` const isDev = process.env.NODE_ENV === 'development'; if (isDev) { doSomething('foo'); } ``` uglify will not handle this well, see: https://github.com/mishoo/UglifyJS2/issues/3110 But with prepack we can get rid of such...

`renderInitialBlock`and `renderRemainingBlock` need better naming. Closes #38

blocked