Winwardo / solid-octo-disco

Topher and Vasily's Intelligent Web Assignment
0 stars 0 forks source link

Optimise .popup() calls in Feed.js #94

Closed Winwardo closed 8 years ago

Winwardo commented 8 years ago

Rather than calling componentDidMount() { $('.popup').popup(); } on every Tweet component, call it on componentDidUpdate for the Feed component.

Part of #93