Skip to content

Instantly share code, notes, and snippets.

@StevenJL
Created January 31, 2016 07:06
Show Gist options
  • Save StevenJL/c62c031422199f234566 to your computer and use it in GitHub Desktop.
Save StevenJL/c62c031422199f234566 to your computer and use it in GitHub Desktop.
// DEFAULT EXPORT EXAMPLE
// helpers/some_helper.jsx
// you can export an anonymous function
export default function(){
...
}
// container/App.jsx
// and then name it when you import it
import someHelper from 'helpers/some_helper'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment