Last active
          September 4, 2019 09:23 
        
      - 
      
- 
        Save JakeGinnivan/2a2136a256f0f5fd5bfc5a5311863ae2 to your computer and use it in GitHub Desktop. 
  
    
      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
    
  
  
    
  | function articleLoaded(id, article) { | |
| return { | |
| type: 'ARTICLE_LOADED', | |
| payload: { id, article } | |
| } | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment