Commit Graph

7 Commits (master)

Author SHA1 Message Date
Vitaliy Filippov 57cd762262 Get key from item (not props), do not update state if there is no change 2021-09-21 18:24:16 +03:00
Vitaliy Filippov 4f72118fe8 Fix element paths in virtualRender 2021-09-20 02:30:07 +03:00
Vitaliy Filippov cee9239c22 Fix undefs 2021-09-19 20:38:00 +03:00
Vitaliy Filippov 85a396fb9c Remove extra spaces in the style attribute to better match React 2021-09-19 20:37:56 +03:00
Vitaliy Filippov 0423c78849 Fix `style` attribute serialization 2021-09-02 23:52:10 +03:00
Vitaliy Filippov 1c59723cd1 Faster and more correct variant which does not recreate full DOM tree on every run
On the other hand, it has to disable Object.freeze in development builds
because React freezes props in development builds and we want to modify them
directly
2021-08-08 12:22:51 +03:00
Vitaliy Filippov d615990529 Initial commit 2021-08-08 00:51:04 +03:00