webcomponents / react-integration

Converts web components into React components so that you can use them as first class citizens in your React components.
MIT License
306 stars 31 forks source link

Measure performance overhead for large numbers of components #12

Open jpnelson opened 8 years ago

jpnelson commented 8 years ago

How does this scale? What is the overhead of introducing new trees?

It'd be good to include some sort of performance test for this too.