Skip to content

artemave/render-performance-compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compare multiple DOM updates performance

The test types in 4000 characters into an input. Input value is bound onto a div. The test is complete once all 4000 characters show up in that div.

Current results

React is so ridiculously behind because it renders on each character input, whereas the other two batch up updates and only render on each animation frame (once every 16ms).

Run test

yarn install
yarn test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages