yukikurage / purescript-jelly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of better performance hydration

yukikurage opened this issue · comments

Hydration should basically avoid updating props and child elements for the first time, but currently only props are supported.
A mechanism should be created to not update child elements for the first time as well.