-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
try to get rid of re-rendering dom-tree at a client initialization #7
Comments
А есть какой-то выигрыш кстати от этой истории? |
@KlonD90 если рендерить страницы для мобильных девайсах, то могут возникать артефакты такие как мигания, например. |
@alt-j а как избавляетесь от этого? |
@KlonD90 сейчас можно от этого избавиться только добавив подсчет контрольных сум в рендеринг, но это, конечно, замедлит его (можно сделать под флагом?). |
@alt-j а что когда наметили его релиз? в 16ой стоит ждать или только в 17ой? |
After React merge facebook/react#6618, all we need to support attaching react virtual dom to our html - it's sync attrs order and some comments mark, which do react.
The text was updated successfully, but these errors were encountered: