calvinjeng

Results 11 issues of calvinjeng

Hi, 1. I removed the redundant code `onCreate` in `Header.js` 2. move ID generation code to action creator to respect the [best practice of redux](https://redux.js.org/style-guide/style-guide#reducers-must-not-have-side-effects). Thanks!

I guess It's due Github update - looking into it

bug

# General & Concept ### Lists [Front End List](https://balapastudio.co/frontendlist/index.php) [Frontend Stuff](https://github.com/moklick/frontend-stuff) [Awesome CN](https://www.awesomes.cn/) ### Guideline [Front End Performance Guide](https://github.com/zenorocha/browser-diet) [Front end handbook](http://www.frontendhandbook.com/) [Gulp starter](https://github.com/vigetlabs/gulp-starter) --- # Web Development ### Front-end...

WebDesign
CSS
WebDevelopment
UI

Good article for understanding lexical scope and dynamic scope. http://creeperyang.github.io/2015/01/JavaScript-dynamic-scope-vs-static-scope/

# Concept [CSS Refresher Notes](https://github.com/vasanthk/css-refresher-notes) [CSS Protips](https://github.com/AllThingsSmitty/css-protips) [CSS Code Guide](https://github.com/mdo/code-guide) [necolas/idiomatic-css](https://github.com/necolas/idiomatic-css) - Principles of writing consistent, idiomatic CSS. [Learn CSS Layout](http://zh-tw.learnlayout.com) [10 steps Learn CSS Position](http://www.barelyfitz.com/screencast/html-training/css/positioning/) ### CSS Priority http://www.smashingmagazine.com/2007/07/css-specificity-things-you-should-know/...

CSS

# General & Concept [Eloquent JavaScript](http://eloquentjavascript.net) [JS ebook](https://github.com/revolunet/JSbooks) [Basic JavaScript](https://gitbookio.gitbooks.io/javascript/content/) [JavaScript SDK Design](https://github.com/huei90/javascript-sdk-design) [You don't know JS](https://github.com/getify/You-Dont-Know-JS) [:sparkles: JavaScript Path](https://github.com/javascript-society/javascript-path) [:sparkles: JQuery Tips should know](https://github.com/AllThingsSmitty/jquery-tips-everyone-should-know) [Learn JS](https://github.com/learn-javascript-courses/learn-javascript) [:sparkles: Superhero JS](http://superherojs.com/)...

JavaScript

# Concept [The node way](http://thenodeway.io) [NodeJS Simplified Chinese Resources](https://github.com/youyudehexie/node123) [Node Wiki Book](https://y2468101216.gitbooks.io/node-wiki-book/content/) [Module Best Practices](https://github.com/mattdesl/module-best-practices) [Art of Node](https://github.com/maxogden/art-of-node) [Babel Handbook](https://github.com/thejameskyle/babel-handbook) ### Promise #### Books https://github.com/mattdesl/promise-cookbook #### Modules https://github.com/petkaantonov/bluebird https://github.com/kriskowal/q https://github.com/calvinmetcalf/lie...

JavaScript
NodeJS

# React.js [The React Way](https://blog.risingstack.com/the-react-way-getting-started-tutorial/) [Learning React](https://scotch.io/tutorials/learning-react-getting-started-and-concepts) [Learn Raw React](http://jamesknelson.com/learn-raw-react-no-jsx-flux-es6-webpack/) [React Cheatsheet](http://ricostacruz.com/cheatsheets/react.html) [React Webpack Cookbook](https://github.com/christianalfoni/react-webpack-cookbook) [Tutorial](https://scotch.io/tutorials/build-a-real-time-twitter-stream-with-node-and-react-js) - build a real time twitter stream with node and react. [Webpack Howto](https://github.com/petehunt/webpack-howto) [React...

JavaScript
WebDevelopment
react

[Computer Science](https://github.com/open-source-society/computer-science) - Path to a free self-taught education in Computer Science! [Algorithm.js](https://github.com/felipernb/algorithms.js) - Classic algorithms and data structures implemented in JavaScript

MustRead
Computer Science

# Software development [Twelve-Factor App](http://12factor.net/) [HTTP API Design](https://github.com/interagent/http-api-design) --- # Misc [OS-X Dev Setup](https://github.com/donnemartin/dev-setup) [Free Programming Books](https://github.com/vhf/free-programming-books)

MustRead
Computer Science