#Architect & Pattern
###“React: Mixins Considered Harmful” https://facebook.github.io/react/blog/2016/07/13/mixins-considered-harmful.html
https://news.ycombinator.com/item?id=12087796
###“Container Component” parttern from React https://medium.com/@learnreact/container-components-c0e67432e005#.76q2acit3
###Presentational and Container Components https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0#.5o04seadt
###“Smart & Dump” Component http://teropa.info/blog/2016/02/22/dumb-components-and-visual-feedback-in-angular-apps.html
#Ember
@rwjblue gist, many interesting stuffs https://gist.github.com/rwjblue/8816372
My list of some awesome articles & stuffs: https://gist.github.com/ptgamr/0308ad0d62465f1ea447
#Angular
Refactoring to Component http://teropa.info/blog/2015/10/18/refactoring-angular-apps-to-components.html
Smart Vs Dump Dilemma: https://www.reddit.com/r/angularjs/comments/48fvh2/smart_vs_dumb_dilemma_thoughts/
#React Best Tutorial for Redux http://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html
React.js Conf 2015 - Making your app fast with high-performance components https://www.youtube.com/watch?v=KYzlpRvWZ6c
Free Redux @egghead https://egghead.io/series/getting-started-with-redux
#CSS/SASS