microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

Investigate partial update rendering of markup in HTMLRender component #144

Open williamw2 opened 2 years ago

williamw2 commented 2 years ago

The HTMLRender components re-generates all of the preview markup on every update. Although this was much simpler to implement initially it introduces a number of unwanted behaviors and it is not performant for large markup samples.

Investigate possible solutions for a progress update of the markup that does not require a complete re-render with every update.