Skip to content

Instantly share code, notes, and snippets.

@akmur
Created March 15, 2019 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akmur/8ab87b2bb2fbe2bb4348c9eb29697d36 to your computer and use it in GitHub Desktop.
Save akmur/8ab87b2bb2fbe2bb4348c9eb29697d36 to your computer and use it in GitHub Desktop.
import axios from 'axios'
export function loadUser() {
// this will be used to trigger the reducer
return {
type: 'LOAD_USER'
}
}
export function loadNews() {
return {
type: 'LOAD_NEWS'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment