I no longer mantain this list. There are lots of other very comprehensive JavaScript link lists out there. Please see those, instead (Google "awesome JavaScript" for a start).
  
    
      This file contains hidden or 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
    
  
  
    
  | let AnimationWrapper = React.createClass({ | |
| render() { | |
| console.log(this.props.childClassName + ' render'); | |
| return this.props.children; | |
| }, | |
| componentWillAppear (callback) { | |
| console.log(this.props.childClassName + ' willappear'); | |
| callback(); | 
  
    
      This file contains hidden or 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
    
  
  
    
  | When pod install or pod update gets hanged at "Analyzing dependencies", please consider to reinstall cocoapods. | |
| #Uninstallation. Reference: http://superuser.com/questions/686317/how-to-fully-uninstall-the-cocoapods-from-the-mac-machine | |
| $gem list --local | grep cocoapods | |
| #The list will show like this | |
| cocoapods (0.27.1, 0.20.2) | |
| cocoapods-core (0.27.1, 0.20.2) | |
| cocoapods-downloader (0.2.0, 0.1.2) | 
NewerOlder
        

