nefe / redux-in-chinese

Redux 中文文档
https://cn.redux.js.org/
3.48k stars 660 forks source link

异步逻辑与数据请求页面,文字错误 #498

Closed wanglei1900 closed 1 year ago

wanglei1900 commented 1 year ago

https://cn.redux.js.org/tutorials/essentials/part-5-async-logic

典型的模式是在调用之前 dispatch 一个 "pending" 的 action,然后是包含数据的 “sucdess” 或包含错误的 “failure” action => 典型的模式是在调用之前 dispatch 一个 "pending" 的 action,然后是包含数据的 “success” 或包含错误的 “failure” action

camsong commented 1 year ago

thanks for bug report :)