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

Hey, cool to see you have abstracted away the lazy loading handling for large React tree. I found the approach much better than what *react-router* is suggesting to do! I'm...

Hello, first off thanks for this framework, I love the simplicity and especially the thorough documentation how to add this. We're using it together with `react-universally` and it's awesome. But...

When a `async` component is marked as `boundary`, it's getting rendered in server as expected. But, the client is also requests the same chunk once the app is mounted in...

My try for #44, let me now if something should be different.

Hey, thanks for your work on this. I use `componentWillMount` to kick off some `redux-thunk`s that do data fetching for my component on the server side. Since `react-async-component` walks the...

I tried out the async resolve on a React Universally project and I ran into a lot of nasty little issues that were hard to debug. I'm still not sure...

asynccomponentprovider annotation < / > created dash - sign on fragment url.

I'm trying to optimize my loading strategy. My number one concern is SEO. I want server side rendering, but I also want the end user to have a smart incremental...

Hi, I'm trying to use asyncComponent to load react-redux connected components for code splitting, but I'm having trouble with the asyncComponent Configuration's resolve typescript definitions. I'm not sure if I'm...

Adds an example to the documentation for how to use asyncComponent/resolve with typescript properly. Addresses #62.