Fetching data in single file using react-redux

前端 未结 0 1797
天命终不由人
天命终不由人 2021-01-31 22:10

blogById action.js

import axios from \'axios\'

export const fetchBlogsById = (id) => {
 return (dispatch) => {
  dispatch(fetchBlogsRequestById(id))
  axio         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题