Skip to content
  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in
Logo1

hfpp2012 / react-spd

Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • hello-world-react
  • src
  • actions
  • header.js
  • hfpp2012 yinsigan's avatar
    完成saga · 65ded2ee
    hfpp2012 yinsigan committed Jun 09, 2017
    65ded2ee Browse Files
header.js 196 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10
import * as types from '../constants/ActionTypes'

export const getHeader = () => ({
  type: types.HEADER_FETCH_REQUESTED
})

export const addRepo = (repo) => ({
  type: types.ADD_REPO,
  repo
})