Skip to content

Instantly share code, notes, and snippets.

@benzen
Created September 26, 2015 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benzen/9a8b116dc61fbc63a020 to your computer and use it in GitHub Desktop.
Save benzen/9a8b116dc61fbc63a020 to your computer and use it in GitHub Desktop.
let render = render || function(){
React.render(
<DevCardsListing/>,
document.getElementById('app'));
};
setInterval(
function(){
requestAnimationFrame(render);
}
, 10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment