MarshallOfSound / react-electron-web-view

A simple wrapper to make Electrons WebView compatible with React
MIT License
64 stars 30 forks source link

Remove created event listeners on unmount #13

Open nfantone opened 6 years ago

nfantone commented 6 years ago

In order to avoid memory leaks, component should clean after itself and call removeEventListener for every listener declared on componentDidMount.

See related official docs.