Hacker News new | ask | show | jobs
by danabramov 3005 days ago
Yes, since that’s the most common issue with what people do in componentWillReceiveProps. It is invoked during the interruptible phase in async mode so mutations and side effects are unsafe there. Same as in the render method.