iTwin / appui

Monorepo for iTwin.js AppUi
MIT License
8 stars 2 forks source link

Investigate DOM restructure to avoid save/restore of transient state #95

Open GerardasB opened 2 years ago

GerardasB commented 2 years ago

Need to figure out what to do with i.e. panel collapse animations.

Similar problems/threads: https://github.com/facebook/react/issues/13042 https://github.com/reactjs/rfcs/pull/34#issuecomment-372493498

raplemie commented 9 months ago

With Popout now using reparenting, this does not seem like a suitable solution anymore given the scope of the work required to do that (and we would still need to keep the current reparenting for Popouts)