Skip to content

Instantly share code, notes, and snippets.

@MehulATL
Last active March 24, 2016 18:51
Show Gist options
  • Save MehulATL/0a5dff204192ec5b63bb to your computer and use it in GitHub Desktop.
Save MehulATL/0a5dff204192ec5b63bb to your computer and use it in GitHub Desktop.
troll(React)
if(deepEquals(lastRenderedViewData, viewData)) return;
lastRenderedViewData = viewData;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment