|
|
|
|
|
by jbaudanza
2593 days ago
|
|
Before you spend time profiling a performance issue, make sure you're using the production build of React. The development build is significantly slower. It sounds obvious, but I've made the mistake of trying to optimize performance issues that simply didn't exist in production. |
|