Skip to content

Instantly share code, notes, and snippets.

@sliim35
Created July 23, 2019 07:12
Show Gist options
  • Select an option

  • Save sliim35/8f71084a1a70f78bb588f847b826f4bf to your computer and use it in GitHub Desktop.

Select an option

Save sliim35/8f71084a1a70f78bb588f847b826f4bf to your computer and use it in GitHub Desktop.
Redux Saga
// https://github.com/redux-saga/redux-saga
// const generator = function* () {} ✅
// const generator = ()* => {} ❌
/**
* Effects - https://redux-saga.js.org/docs/api/
* - Thread managment: - Action creation - Data seeding - Flow control
* call put select take
* fork takeEvery
* spawn takeLatest
* apply
* cancel
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment