ctrlplusb / react-async-component

Resolve components asynchronously, with support for code splitting and advanced server side rendering use cases.
MIT License
1.45k stars 62 forks source link

Chunk rendered in the server is requested in the client again #69

Open praneshr opened 6 years ago

praneshr commented 6 years ago

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 the client. How to fix this?

bslinger commented 6 years ago

@praneshr Did you find a fix for this? I'm having the same issue currently.