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

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Thanks for building this package, it was simple to implement. I'm looking for suggestions on the best way to resolve an async component from another async component. I basically want...

I have one async component which I'm using multiple times across application. One use case is, I'm rendering same component twice (with different props). But after resolving async component, only...

comp.js ```js import React, {Component} from "react"; class Comp extends Component{ render() { return ( async component ) } } export default Comp; ``` index.js ```js import { render }...

The resolving condition will cause a bug when the component is resolving, then the current component is unmounted and then the component is recreated again right before the module is...

Pushes the resolving state to each instance of a component. Fixes #90

Hi @ctrlplusb I have a problem when a component has an error on resolving. I am using async-component for decorating every routes. If there are some connection troubles and I...

React-Router and React-Redux has migrated to `New Context API` ant it makes RAC incompatible with them.

This week the React team introduced a new library feature: `React.lazy()` which replicate this library functionality by using newly introduced React concept: React Suspense for promise resolution and error boundaries...

https://github.com/staylor/react-helmet-async/issues/32 I have the problem described above and it's indicated as happening in react-async-component. Any suggestions?