Last active
August 29, 2015 14:26
-
-
Save programulya/19ef3c4379c0cc0e2031 to your computer and use it in GitHub Desktop.
'Build Your First React.js App' meetup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install: | |
- node.js | |
- npm | |
- some editor (Sublime, WebStorm, Visual Studio etc.) | |
How to install: | |
- https://nodejs.org/download/ | |
- http://blog.teamtreehouse.com/install-node-js-npm-windows | |
- https://code.visualstudio.com/Docs/nodejs | |
- http://www.hanselman.com/blog/IntroducingNodejsToolsForVisualStudio.aspx | |
Resources: | |
- https://github.com/tylermcginnis/react-github-notetaker | |
- http://facebook.github.io/react/docs/getting-started.html'>http://facebook.github.io/react/docs/getting-started.html | |
- http://facebook.github.io/react/docs/tutorial.html | |
- http://facebook.github.io/react/docs/addons.html | |
- http://kottans.org/js-slides/react | |
- http://stackoverflow.com/questions/21109361/why-is-reacts-concept-of-virtual-dom-said-to-be-more-performant-than-dirty-mode | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment