isomorphic-style-loader icon indicating copy to clipboard operation
isomorphic-style-loader copied to clipboard

CSS style loader for Webpack that is optimized for isomorphic (universal) web apps.

Results 90 isomorphic-style-loader issues
Sort by recently updated
recently updated
newest added

The `README.md` no where said that it's just for react. I wanted it to use for infernojs. I set it up and boom.. it said, `react undefined`. Using `babel-plugin-transform-runtime` I'm...

The isomorphic style loader works fine on client side ( using webpack build), but when I run code on exress server, I get the other style does not have function...

Is it possible to get the complete css and inline it instead of only the critical css? We’re already inlining most of it and I want to eliminate the css...

In the rendering of the server, I want to get the moduleId and then splicing out the id attribute of multiple styles, so that when the client renders, it can...

We should drop the `ComposedComponent` and just forward refs to the composed component. This wasn't possible at the time this feature appeared, but is now as we have `React.forwardRef`.

I get an error : UnhandledPromiseRejectionWarning: Error: Cannot find module 'isomorphic-style-loader/StyleContext' here is the code: import React from 'react'; import PropTypes from 'prop-types'; import {Provider} from 'react-redux'; import {ConfigProvider} from...

**CSP**: https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP **NONCE**: https://www.troyhunt.com/locking-down-your-website-scripts-with-csp-hashes-nonces-and-report-uri/ **Add Nonce Support**: Add additional argument support in helper function **insertCSS** to allows developer to pass unique Nonce value that gets added as an attribute to...

The idea of putting all the styles at the top of the page makes use of `ReactDOM.renderToNodeStream()` challenging. The issue is that you need to wait until the entire node...

I've created a [repository](https://github.com/allotrop3/isomorphic-style-loader-injection-issue) to reproduce the issue I am having. Please refer to the readme, which explains the issue. https://github.com/allotrop3/isomorphic-style-loader-injection-issue

In my webpack config I include isomorphic-style-loader and the third party component comprise of js and scss file. When i ran webpack, the styles of the third party component is...