react-async-component icon indicating copy to clipboard operation
react-async-component copied to clipboard

Resolve components asynchronously, with support for code splitting and advanced server side rendering use cases.

Results 48 react-async-component issues
Sort by recently updated
recently updated
newest added

It seems that maybe the latest version of `react-hot-loader` has some compatibility challenges. Setting up a simple case using an ejected CRA project with `react-hot-loader` patched in (as per the...

Adding the import so first users don't have to figure out if it's exported as default, * or as a names export.

Migrating from previous release to 2.0.0 and webpack 4, I suddenly get this error: ``` Uncaught (in promise) TypeError: (0 , n.getError) is not a function ``` Curious, since the...

I use `react-async-component` for loading web pack modules with `import()` and find that they sometimes will timeout or otherwise fail to load. I'd like to add a button to my...

I get a strange error when attempting to run my SSR React app in Safari, in production: This does not happen on Chrome and Firefox, but only on Safari v11.1,...

Hi! I have components: ```javascript //OneAreaLayout.js import React from 'react'; import PropTypes from 'prop-types'; import Grid from '@material-ui/core/Grid'; import { withStyles } from '@material-ui/core/styles'; import ButtonAppBar from '../Containers/Menu' import Context...

I post this here in case someone encounter the issue you need to set `window.ASYNC_COMPONENTS_STATE` before your script tag pointing to `/main.js` seems logic but i lost 15mn with this...

Hi @ctrlplusb I am using the react-universally for a project and I noticed that the App component it is being rendered twice. The cause of the issue is the `AsyncComponentProvider`...