donejs / done-ssr

Server Side Rendering for DoneJS
https://www.npmjs.com/package/done-ssr
MIT License
23 stars 11 forks source link

Simplify iframe injection #650

Closed matthewp closed 5 years ago

matthewp commented 5 years ago

The logic for creating the iframe and all of that mess has been moved to ir-clone. It will be better tested in that place, since it carries its own level of complexity I think it's a good idea. This simplifies the ugliest part of incremental rendering remaining.