Skip to content

Instantly share code, notes, and snippets.

@iambanh2
iambanh2 / ReactConf17.md
Created March 22, 2017 02:10 — forked from BrandonBoone/ReactConf17.md
React Conf 2017 Notes

React 2017

Our Shop

Immediate Action Items

@iambanh2
iambanh2 / rAF.js
Created November 15, 2016 17:23 — forked from paulirish/rAF.js
requestAnimationFrame polyfill
// http://paulirish.com/2011/requestanimationframe-for-smart-animating/
// http://my.opera.com/emoller/blog/2011/12/20/requestanimationframe-for-smart-er-animating
// requestAnimationFrame polyfill by Erik Möller. fixes from Paul Irish and Tino Zijdel
// MIT license
(function() {
var lastTime = 0;
var vendors = ['ms', 'moz', 'webkit', 'o'];
@iambanh2
iambanh2 / Full Stack JavaScript.md
Created August 31, 2016 16:16 — forked from royshouvik/Full Stack JavaScript.md
Learn Full Stack JavaScript Web Development for FREE using resources like YouTube, Udacity and NodeSchool