猿问
回到首页
个人中心
反馈问题
注册登录
下载APP
首页
课程
实战
体系课
手记
专栏
慕课教程
在react中利用redux和fetch获取数据并渲染到页面该怎么做?
在react中利用fetch获取数据并渲染到页面该怎么做?分哪几个步骤,
开满天机
浏览 688
回答 1
1回答
不负相思意
actions:export const getMenu = () => { return async (dispatch) => { let msg = await fetch('data/nodes',{ method: 'POST', //body: JSON.stringify({"aa":"aa"}), header: {'content-type':'application/json; charset=utf-8'} }).then((res)=>res.json()); var state = { nodes: msg }; dispatch({ type: 'INIT', state }); }; }
0
0
0
打开App,查看更多内容
随时随地看视频
慕课网APP
相关分类
JavaScript
继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续