-
Notifications
You must be signed in to change notification settings - Fork 33
Help links
Alexey Anshakov edited this page Apr 19, 2016
·
11 revisions
Every time you do a commit add an URL in description to link it with issue. The same for pull request: add issue links in comments.
http://www.sitepoint.com/20-docs-guides-front-end-developers-6/
- https://github.com/felixge/node-style-guide following is required
- http://blog.risingstack.com/node-js-best-practices/ Node.js Best Practices
- http://pavels.in.ua/javascript-debugging-console/ debugging (RU)
- https://github.com/sindresorhus/awesome-nodejs
- http://code.tutsplus.com/tutorials/nodejs-succinctly-introduction-to-nodejs--cms-23283
- http://www.smashingmagazine.com/2012/11/05/writing-fast-memory-efficient-javascript/ Writing Fast, Memory-Efficient JavaScript
- http://davidwalsh.name/fix-javascript-errors
- http://swizec.com/blog/javascript-debugging-slightly-beyond-console-log/swizec/6633
- https://blog.risingstack.com/node-js-security-checklist/
- http://www.sitepoint.com/a-beginner-splurge-in-node-js/
- https://github.com/reactjs/react-basic
- https://css-tricks.com/learning-react-container-components/
- https://www.pluralsight.com/courses/react-flux-building-applications
- http://courses.reactjsprogram.com/courses/reactjsfundamentals
- https://css-tricks.com/learning-react-container-components/
- https://medium.com/@alexandereardon/performance-optimisations-for-react-applications-b453c597b191
- https://ru.hexlet.io/courses/reactjs [Ru]
- https://habrahabr.ru/post/279249/ [Ru]
- https://facebook.github.io/react/docs/getting-started.html
- http://blog.risingstack.com/the-react-way-getting-started-tutorial/
- https://github.com/enaqx/awesome-react
- http://www.smashingmagazine.com/2015/04/21/react-to-the-future-with-isomorphic-apps/
- http://www.letscodejavascript.com/v3/blog/2014/09/react_review
- http://blog.andrewray.me/reactjs-for-stupid-people/
- http://blog.andrewray.me/flux-for-stupid-people/
- http://blog.andrewray.me/flux-for-stupid-people/#comment-1819956843
- http://www.jackcallister.com/2015/01/05/the-react-quick-start-guide.html
- https://egghead.io/lessons/react-react-in-7-minutes
- http://aeflash.com/2015-02/react-tips-and-best-practices.html
- http://viget.com/extend/building-a-multi-step-registration-form-with-react
- https://github.com/TuxedoJS/TuxedoJS can be useful
- http://www.sitepoint.com/demystifying-react-components-state/
- http://blog.risingstack.com/the-react-js-way-flux-architecture-with-immutable-js/
- http://www.sitepoint.com/immutability-react/
- http://jamesknelson.com/why-you-shouldnt-style-with-javascript/
- http://natpryce.com/articles/000814.html
- https://medium.com/front-end-developers/stop-styling-react-components-with-javascript-8b4a7ec96eea
- http://www.overreact.io/ The React File Generator
- https://medium.com/@roman01la/om-next-for-react-devs-application-state-53af3ec7c42a Om Next for React devs: Application state
- https://reactstrap.github.io/
- http://mediatemple.net/blog/tips/loading-and-using-external-data-in-react/