react-prerendered-component
react-prerendered-component copied to clipboard
CSS Chunks?
You would still need something like webpack-flush-chunks
to determine which CSS chunks are needed for the initial render correct?
Assuming one is using CSS chunks...
Not quite. To be more concrete - it shall be done by another library. Having in mind fragment caching - standard solutions might not be applicable. Try used-styles which works on HTML-only level to determine, well, used styles, and interleave your HTML with them.