React Production Version
Opened this issue · 0 comments
jurias commented
In your react example, you're including the unminified/development version of react.
The minified version includes optimizations that drastically improves performance.
You should change the version you're including.