Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thoughtspile/hoc-vs-extend
Benchmarking react subclass vs HOC
https://github.com/thoughtspile/hoc-vs-extend
Last synced: 2 days ago
JSON representation
Benchmarking react subclass vs HOC
- Host: GitHub
- URL: https://github.com/thoughtspile/hoc-vs-extend
- Owner: thoughtspile
- Created: 2018-11-04T09:17:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T09:21:42.000Z (about 6 years ago)
- Last Synced: 2024-11-15T15:21:10.255Z (2 months ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HOC vs extend performance in React
Build and run with `npm run dev`, then head to `localhost:8080`, click many times to collect the stats, and inspect the results (spoiler: `extend` wins).
Made in 2018 by [Vladimir Klepov](https://thoughtspile.github.io).