Load a Spinner in React Redux (Thunk)

前端 未结 0 1014
刺人心
刺人心 2020-12-19 05:04

I have a redux store as follows:

const initState = {
    data:  {},

    isFetching: false,

};

I have a async function to fetch the data for

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