React Memo Compiler Benchmark
Benchmarking React.memo vs the React Compiler for render performance.
About
This project compares the performance of manual React.memo optimization against the automatic memoization provided by the React Compiler. It measures re-render counts, render times, and overall performance across various component patterns.