Skip to content

Instantly share code, notes, and snippets.

@programulya
Last active August 29, 2015 14:26
Show Gist options
  • Save programulya/19ef3c4379c0cc0e2031 to your computer and use it in GitHub Desktop.
Save programulya/19ef3c4379c0cc0e2031 to your computer and use it in GitHub Desktop.
'Build Your First React.js App' meetup
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