Analyze React components with MobX-React devtools

Share this video with your friends

Send Tweet

The MobX React devtools can be used to analyze when and why React components are re-rendered. They offer three features: 1) visualize when components re-render, 2) show the dependency tree of a component, to see which data it's rendering depends upon, and 3) log in detail which data is changed by your actions, and how these changes propagate through the application.

Sofiya Tepikin
Sofiya Tepikin
~ 7 years ago

Also here, could you please tell more about the difference between importing devtools from the MobX React DevTools package, and loading them as UMD module?