Miłosz Orzeł’s Programming Blog
Posts
Categories
Tags
Posts
Categories
Tags
Posting sporadically since 2007...
Testing
2021
Suppressing Legacy Lifecycle Method Warnings in Tests for Chosen React Components
2021-07-12
In preparation for async rendering, React team decided to discourage component authors from relaying on these lifecycle methods: componentWillMount, componentWillReceiveProps and componentWillUpdate (details).