All Projects → chrisvfritz → Vue Render Performance Comparisons

chrisvfritz / Vue Render Performance Comparisons

Very simple project to benchmark Vue's render performance in comparison to other libraries

Programming Languages

javascript
184084 projects - #8 most used programming language

Vue Render Performance Comparisons

Very simple project to benchmark Vue's render performance in comparison to other libraries - currently only React, though other contributions are welcome.

Usage

npm install
npm start

Then run the benchmarks for:

  • Vue at http://localhost:8080
  • React at http://localhost:9090

Rules / Constraints

  • Use one component per element to establish a nested hierarchy.
  • Where libraries offer multiple component types, use the most performant type possible. Since state updates are not part of this benchmark, these components can be stateless and instanceless.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].