superRaytin / redux-saga-in-chinese

Redux-saga 中文文档
https://redux-saga-in-chinese.js.org/
635 stars 137 forks source link

redux-saga v1.0 文档更新 #63

Open feichao93 opened 5 years ago

feichao93 commented 5 years ago

redux-saga v1.0 已经正式发布了,希望中文文档也能尽快更新。相比于 1.0.0-beta,1.0 的更新内容应该不会太多。

hmx2333 commented 5 years ago

https://redux-saga-in-chinese.js.org/docs/introduction/BeginnerTutorial.html 这份文档里面这个写法没有打印hello sagas显示 按照英文版那种写法有hello sagas显示 const store = createStore( reducer, applyMiddleware(createSagaMiddleware(helloSaga)) )