We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
redux-saga v1.0 已经正式发布了,希望中文文档也能尽快更新。相比于 1.0.0-beta,1.0 的更新内容应该不会太多。
The text was updated successfully, but these errors were encountered:
https://redux-saga-in-chinese.js.org/docs/introduction/BeginnerTutorial.html 这份文档里面这个写法没有打印hello sagas显示 按照英文版那种写法有hello sagas显示 const store = createStore( reducer, applyMiddleware(createSagaMiddleware(helloSaga)) )
Sorry, something went wrong.
No branches or pull requests
redux-saga v1.0 已经正式发布了,希望中文文档也能尽快更新。相比于 1.0.0-beta,1.0 的更新内容应该不会太多。
The text was updated successfully, but these errors were encountered: