qri-io / 2017-frontend

qri electron & web frontend
https://qri.io
MIT License
23 stars 7 forks source link

refactor(*): removing lifecycle methods that are marked for deprecation in modern React #456

Closed ramfox closed 5 years ago

ramfox commented 5 years ago

stub for now.

I think the best way forward might be to update to React 16.8 (and update all other dependencies) and just work through what needs to be fixed. We can use strictmode to get warnings to point our all our lovely flaws. Thankfully 16.8 is backwards compatible, so we can use this time as transition to get our code up to date.