faceyspacey / webpack-flush-chunks

💩 server-to-client chunk discovery + transportation for Universal Rendering
MIT License
355 stars 33 forks source link

Pass through renderProps in the Component return API #83

Open tstirrat15 opened 5 years ago

tstirrat15 commented 5 years ago

See here. One use case for this would be passing through nonces that allow for 'strict-dynamic' CSP. That would also mean that this library doesn't have to maintain an API for script props that don't directly concern it.