react-global icon indicating copy to clipboard operation
react-global copied to clipboard

<Global /> component for isomorphic React apps

Results 4 react-global issues
Sort by recently updated
recently updated
newest added

Now requires latest version of React.

Hello, I cloned my project in a machine with npm 2.15.1 , all was installed as expected on my node_modules folder but at the end I had this error :...

when used with react server side prerendering (ReactDOMServer.renderToString) you will get "Unhandled rejection ReferenceError: window is not defined" dumped in your server log (because "window" global variable doesn't exist on...