DNP_DAPPMANAGER
DNP_DAPPMANAGER copied to clipboard
Prevent packages routes from auto-rendering
Preventing the package tab routes from auto-reloading after cursor being focused in another window.
Passing the react.render
as a JSX element
, was creating a new instance of the element on each render, triggering unnecessary re-renders.