Skip to content
New issue

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] Redux-Saga 学习 #137

Open
plh97 opened this issue Mar 11, 2019 · 0 comments
Open

[Redux] Redux-Saga 学习 #137

plh97 opened this issue Mar 11, 2019 · 0 comments
Assignees
Labels
react react项目

Comments

@plh97
Copy link
Owner

plh97 commented Mar 11, 2019

redux-saga 背景介绍

将有副作用的code 写在 saga.js 文件中, 便于单独测试.

声明式 Effect

import { ... } from 'redux-saga/effect';

reference

redux saga in chinese
learn-saga

@plh97 plh97 added the react react项目 label Mar 11, 2019
@plh97 plh97 self-assigned this Mar 11, 2019
@plh97 plh97 changed the title redux-saga 学习 Redux-Saga 学习 Sep 1, 2019
@plh97 plh97 changed the title Redux-Saga 学习 [Redux] Redux-Saga 学习 Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
react react项目
Projects
None yet
Development

No branches or pull requests

1 participant