|
|
|
|
|
by fishfacemcgee
4039 days ago
|
|
Looking through the slides referenced, this only seems possible/reasonable due to the styles being applied using React's DOM manipulation engine. Perhaps that's assumable, but recommending this path seems pretty dangerous without significant caveats on its DOM-diffing requirement. Otherwise, just the raw amount of DOM injection is a severe performance risk. |
|