Results 59 comments of Felix Gnass

I've updated the README which will hopefully address your concerns: 4dbba5f6f8ea817dacd21dd8c4cd4b0e838b91a0

You could use the `prefix` option to create instances that don't interfere with another. But this would create two distinct EventSources and two client scripts which is not desirable. To...

The easiest workaround at the moment is to install the node-jsx handler in a separate module like in this gist: https://gist.github.com/fgnass/6909bf3faf3f775a9479 – in order to make this work without this...

This happens when speedy-mode is _off_ and new rules are added to the stylesheet (as text nodes). The flickering goes away when NODE_ENV is set to `production` or you manually...

That's interesting. Can you post a simplified version of the HTML page you are trying to reload?

The package uses _package.json exports_ for the `/react` [subpath](https://nodejs.org/api/packages.html#subpath-exports). I don't use Jest anymore, but a quick Google search brought up this [issue](https://github.com/jestjs/jest/issues/9771) – maybe that thread provides some useful...

This module is part of a (meanwhile closed) [pull-request](https://github.com/yeoman/yeoman/pull/270). Since the authors of Yeoman decided not to include this feature there is currently no way to make this work without...