Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

redux-saga

We are on a mission to bring ease for side effects management in Redux applications.
Collective - Host: opensource - https://opencollective.com/redux-saga - Code: https://github.com/redux-saga/redux-saga

Merge pull request #500 from Andarist/docs-fix

Fixed missing yields in Sequancing Sagas example (fixes #499)

github.com/redux-saga/redux-saga - 7e8fbcb7b77ad68538254f6a1396111bf436aab8 authored over 8 years ago by Yassine Elouafi <[email protected]>
added docs for fork model

github.com/redux-saga/redux-saga - 35b2b92ae7a85bb27f188da25fc7f09ebc2da5d3 authored over 8 years ago by yelouafi <[email protected]>
fix #441 weird error handling

github.com/redux-saga/redux-saga - ac2c8ce340f3530cc28e5ba314695a4f015a3769 authored over 8 years ago by yelouafi <[email protected]>
Fixed missing yields in Sequancing Sagas example (fixes #499)

github.com/redux-saga/redux-saga - 878a9121be23172770b1adfa1e96af6738ffdeb7 authored over 8 years ago by Andarist <[email protected]>
Merge pull request #490 from yeerkkiller1/master

Typings for put.

github.com/redux-saga/redux-saga - 452bde2164f5289680b5a5e2cd291ddbbc9fe0f5 authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #494 from Andarist/fix-deprecated-dependency

Fix deprecated dependency

github.com/redux-saga/redux-saga - 4e9e4c56bd0cc2428fbe0d8c33896b007c8105be authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #496 from MofeLee/master

fix typo

github.com/redux-saga/redux-saga - cc59f36878269a2edadb4ce1a669ed647f74d562 authored over 8 years ago by Yassine Elouafi <[email protected]>
Fixed deprecated (and broken) dependency (fixes #489)

github.com/redux-saga/redux-saga - cbd8e29eea30e3848242565ffd8193283ef133fc authored over 8 years ago by Andarist <[email protected]>
updates socket channel example

github.com/redux-saga/redux-saga - c6f8b6b556458bb9a5f3386f5e9af7051cb9a870 authored over 8 years ago by yelouafi <[email protected]>
Merge pull request #1 from yeerkkiller1/put-typings

Make T in put an Action.

github.com/redux-saga/redux-saga - 939de494ecb9e388e7237b006f872b3deccf23ba authored over 8 years ago by yeerkkiller1 <[email protected]>
Make T in put an Action.

github.com/redux-saga/redux-saga - 94b800fb5a9211fd0b919602cd5fae1b0245e593 authored over 8 years ago by yeerkkiller1 <[email protected]>
Merge pull request #487 from andresmijares/docs

added articled to the external resources repo

github.com/redux-saga/redux-saga - 86a78ac849f946450b6ab6905581011b155aef28 authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #486 from sahilaug/patch-1

Corrected grammar error

github.com/redux-saga/redux-saga - e19f137f168ab0720e324848d2415dfdbb352ac5 authored over 8 years ago by Yassine Elouafi <[email protected]>
added articled to the resources

- Added article by Andres Mijares

github.com/redux-saga/redux-saga - f2c124cade1835224f4613181ab2f28b1f3005ff authored over 8 years ago by Andrés Mijares <[email protected]>
Corrected grammar error

github.com/redux-saga/redux-saga - 65f0c5684fd62e2d91bb89c1dfe9e818f4fc4eaa authored over 8 years ago by Sahil Sharma <[email protected]>
undo recipe

github.com/redux-saga/redux-saga - 0482ce7f566448702a2cff9c19007b75eef9c95d authored over 8 years ago by Eric Bower <[email protected]>
Merge pull request #484 from neurosnap/docSpelling

fixed spelling mistakes for buffer

github.com/redux-saga/redux-saga - f234336930e9f563f118905261ebddbdfadeae65 authored over 8 years ago by Yassine Elouafi <[email protected]>
fixed spelling mistakes for buffer

github.com/redux-saga/redux-saga - 4f406762f14c885bfe174a65132cc48789746e7b authored over 8 years ago by Eric Bower <[email protected]>
Merge pull request #479 from alexicum/master

Api.storeItem missed in last sample

github.com/redux-saga/redux-saga - 3e893c35d53012bea875608a8552f8eceb6d985c authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #476 from neighborhood999/patch-3

Fix typo

github.com/redux-saga/redux-saga - 9b7159da75d1e985b150bd4d39d61ec394007c77 authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #464 from Andarist/eventchannel-doc

Eventchannel doc

github.com/redux-saga/redux-saga - b1dd4b883adc0ad0fa6340005dcb4e71fc25daf8 authored over 8 years ago by Yassine Elouafi <[email protected]>
#429 V8 bug when return to yield*ed saga helper

github.com/redux-saga/redux-saga - e3a78942cd071605a91d48dbb712e1301619ef5f authored over 8 years ago by yelouafi <[email protected]>
Api.storeItem missed in last sample

github.com/redux-saga/redux-saga - 003ab5599fd4114b2c430436430dc6d658519f29 authored over 8 years ago by alexicum <[email protected]>
Merge pull request #469 from sourcesoft/patch-1

use call, not take if it's not used in docs

github.com/redux-saga/redux-saga - 425485cd34e96ef9e5e3bb44d1b9176b0d516e35 authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #466 from y0za/fix-docs

Fix link in API Reference

github.com/redux-saga/redux-saga - 112ffc703e9f3cef8f36d1631929a79002f10b57 authored over 8 years ago by Yassine Elouafi <[email protected]>
use call not take

github.com/redux-saga/redux-saga - e6eb733feabbf8589544182e4df4953deef1bd6d authored over 8 years ago by Pooya Sanooei <[email protected]>
Revamped eventChannel example into simple ping/pong with sockets

github.com/redux-saga/redux-saga - 4272ab0f43d0878f93f41a66ea7f4716baef0f12 authored over 8 years ago by Andarist <[email protected]>
Fix link in API Reference

github.com/redux-saga/redux-saga - 7aff0bc2280e9d0e86cd20064c9b8bcc80776428 authored over 8 years ago by yoza <[email protected]>
Merge pull request #461 from bobkocisko/master

Improving the documentation regarding select()

github.com/redux-saga/redux-saga - 83bc902bd6276e6a45cd8ad0bf478e607bc0a605 authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #458 from neighborhood999/patch-2

Add missing section

github.com/redux-saga/redux-saga - 16137d9d842933b133b2b5c03358cbbaeb31d2bb authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #457 from arbaaz/patch-2

Fix: Spelling mistake

github.com/redux-saga/redux-saga - dade95135c8a8c996094d957ed337191cd676ae1 authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #456 from arbaaz/patch-1

Fix: Spelling mistake

github.com/redux-saga/redux-saga - 31768583a7b752e2f66f114b93aef89ef9856aa6 authored over 8 years ago by Yassine Elouafi <[email protected]>
Improving the documentation regarding select() so that no false

guarantees are made about state and saga run timing

github.com/redux-saga/redux-saga - a9b654fb0c48a67c3815b780473bffcca9457cb8 authored over 8 years ago by Bob Kocisko <[email protected]>
Add missing section

github.com/redux-saga/redux-saga - 146339d7fad821c0b29654e19075298dec59dadf authored over 8 years ago by Peng-Jie <[email protected]>
Fix: Spelling mistake

github.com/redux-saga/redux-saga - 7d47e8a8490934704ef4778da8dd9748491c7eee authored over 8 years ago by Arbaaz <[email protected]>
Fix: Spelling mistake

github.com/redux-saga/redux-saga - b1102d06fb680325760f87852f4176680a49f116 authored over 8 years ago by Arbaaz <[email protected]>
Merge pull request #454 from pke/patch-2

Fix typo in eslint-plugin-redux-saga NPM url

github.com/redux-saga/redux-saga - 3559f2f04ea85603ebd4f8abe61512a3a0bbee9e authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #453 from neighborhood999/patch-1

use `let` instead of `var`

github.com/redux-saga/redux-saga - d4075057c7741f78ff336ee15af9f8f0b768ee68 authored over 8 years ago by Yassine Elouafi <[email protected]>
Fix typo in eslint-plugin-redux-saga NPM url

github.com/redux-saga/redux-saga - 8da609090b77d7e935b227ba5a33dcdc11ec8e85 authored over 8 years ago by Philipp Kursawe <[email protected]>
use `let` instead of `var`

github.com/redux-saga/redux-saga - 548155f1d0d7bcaf97cc5cc0e6c0f44ddfa3a8bb authored over 8 years ago by Peng-Jie <[email protected]>
Merge pull request #452 from pke/patch-1

Add eslint rules plugin to Addons section

github.com/redux-saga/redux-saga - a46f0e89ae4bd7b1bf8417b347ddae0f9d57c702 authored over 8 years ago by Yassine Elouafi <[email protected]>
Add eslint rules to Addons

github.com/redux-saga/redux-saga - 5fcfdd6fe57084e0c746ba6e67e53656375ad34e authored over 8 years ago by Philipp Kursawe <[email protected]>
Merge pull request #437 from mxstbr/patch-1

Update README introduction

github.com/redux-saga/redux-saga - c2402e63032dd530d9e67cd947b08e126c5feeba authored over 8 years ago by Yassine Elouafi <[email protected]>
Add mention of redux

github.com/redux-saga/redux-saga - abc52aee503fd0468c5514c0b16eaf8496170768 authored over 8 years ago by Max Stoiber <[email protected]>
Add mention of ES6 generators

github.com/redux-saga/redux-saga - ef3c045709c74879f8cd1ef146cde39946ff612c authored over 8 years ago by Max Stoiber <[email protected]>
Updated with feedback

github.com/redux-saga/redux-saga - fe442e3d2e9d4b9b61dc1405bb92f3bd5f26aeb9 authored over 8 years ago by Max Stoiber <[email protected]>
Merge pull request #450 from hummlas/patch-1

Fixed typo in API docs

github.com/redux-saga/redux-saga - 437f81e74c4e5ae1d58f2f0effa724e20bc5a288 authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #449 from michaelAndersonCampingWorld/master

action is undefined and I think incorrect

github.com/redux-saga/redux-saga - fd4621887646663f3716c062a4315b494074c22c authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #447 from hirowatari/master

fix typo

github.com/redux-saga/redux-saga - 48a8eb34d0a93bf3fc30c88c07320c1294baa4aa authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #438 from Baisang/master

simple ring buffer implementation

github.com/redux-saga/redux-saga - 031dffb29e4fcc372186fc940e7eb176d556385c authored over 8 years ago by Yassine Elouafi <[email protected]>
Fixed typo

github.com/redux-saga/redux-saga - a965226c91bd78386bcc774f6251b195eff4e36f authored over 8 years ago by Markus Ånöstam <[email protected]>
Merge pull request #1 from michaelAndersonCampingWorld/michaelAndersonCampingWorld-patch-1

Referencing an undefined variable

github.com/redux-saga/redux-saga - d85fb0ad85ab3a87ed7feb12f7ded24356202fd6 authored over 8 years ago by michaelAndersonCampingWorld <[email protected]>
Referencing an undefined variable

I could easily wrong about this, but referencing an undefined action needs an explanation if it'...

github.com/redux-saga/redux-saga - e05c1d4a070d41f71dee53947d77c2ab06eb115e authored over 8 years ago by michaelAndersonCampingWorld <[email protected]>
fix typo

github.com/redux-saga/redux-saga - ba1b9b266a2e048373d7afc30c73418acab3b97c authored over 8 years ago by Kenton Hirowatari <[email protected]>
forgot an a

github.com/redux-saga/redux-saga - 0c5927d0625bcce6e70238c70084592c9a9a8a65 authored over 8 years ago by Brian Sang <[email protected]>
clarification for eventchannel and another example

github.com/redux-saga/redux-saga - 55108fc0a0535db5978f14a634e22d0796ab0dc7 authored over 8 years ago by Brian Sang <[email protected]>
limit 10 and use null on take

github.com/redux-saga/redux-saga - 48f9c1844390f5196a76e16c650e2e9f6356c0ae authored over 8 years ago by Brian Sang <[email protected]>
fix #401 eventChannel should raise an error if subscribe does not return a function to unsubscribe

github.com/redux-saga/redux-saga - caf10bac9d92fc4f7d3dbeea1ce268d8464140ef authored over 8 years ago by yelouafi <[email protected]>
Merge pull request #442 from Baisang/doc-apply-fix

added clarification in apply docs

github.com/redux-saga/redux-saga - 470b34255a4a7eef839c3d84acb4c283ce6992c2 authored over 8 years ago by Yassine Elouafi <[email protected]>
added clarification in apply docs

github.com/redux-saga/redux-saga - 270379edfb667533b033400a59977dfd13111940 authored over 8 years ago by Brian Sang <[email protected]>
forgot to add built output

github.com/redux-saga/redux-saga - 1a37d8aa6d8745d69cbbfb2d6ae50a38768f18f4 authored over 8 years ago by Baisang <[email protected]>
simple ring buffer implementation

github.com/redux-saga/redux-saga - 2fcdc74e39a3c7f2bb048de884c862b17f5be1fe authored over 8 years ago by Baisang <[email protected]>
Update README introduction

Based on the discussion in #436, a first draft of an update to the introduction text

github.com/redux-saga/redux-saga - a13428e926cac2badf7b50720bc8ae016f4e010a authored over 8 years ago by Max Stoiber <[email protected]>
Merge pull request #435 from Baisang/master

Basic docs style and grammar fixes

github.com/redux-saga/redux-saga - 2f53eea091f8d54fe8400e27967976a8c07bb8ef authored over 8 years ago by Yassine Elouafi <[email protected]>
grammar fixes

github.com/redux-saga/redux-saga - 6f5705c7dc2648146e2c4a5e599df549eea4ccf1 authored over 8 years ago by Brian Sang <[email protected]>
update UsingSagaHelpers doc style and wording

- remove semicolons to be consistent with most other redux-saga docs
- some wording fixes
- fi...

github.com/redux-saga/redux-saga - 3ec594fcfdf01f930be3fdfbcf9ab8179dd9a318 authored over 8 years ago by Brian Sang <[email protected]>
Merge pull request #432 from timche/fix-docs-space

Docs: Add missing space in "Beginner Tutorial" ToC

github.com/redux-saga/redux-saga - 8c87381a986a891cda22ad16fde5f522efb9446b authored over 8 years ago by Yassine Elouafi <[email protected]>
fix missing space in docs

github.com/redux-saga/redux-saga - 21140a3a30ecaffb44c2a7c31667e668c2100f94 authored over 8 years ago by Tim Cheung <[email protected]>
Merge pull request #424 from nuc/master

Add recipe for retrying XHRs

github.com/redux-saga/redux-saga - f5c1e7710a67eb6722fcd148abd15f60df6847fb authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #422 from monochrome-yeh/another-way-to-hot-reload

Fixed examples hot reload method.

github.com/redux-saga/redux-saga - baf34de95a950a7594fe1f0b19088d45b5d3447b authored over 8 years ago by Yassine Elouafi <[email protected]>
fixed runSaga docs

github.com/redux-saga/redux-saga - c0ad6467d1582775a07cae89e91f2335e23b727b authored over 8 years ago by yelouafi <[email protected]>
Add recipe for retrying XHRs

github.com/redux-saga/redux-saga - 77b6bb8e0894dce34e0f8d1fbc70c129f7a771b0 authored over 8 years ago by Giorgos Giannoutsos <[email protected]>
fixed examples hot reload method. v2

github.com/redux-saga/redux-saga - c83389aa417a3dbbdc90e36a61f850314fe4268a authored over 8 years ago by monochrome-yeh <[email protected]>
fixed examples hot reload method.

github.com/redux-saga/redux-saga - 9d9be690ee1522270bbdc50fc90983da4af6f8ab authored over 8 years ago by monochrome-yeh <[email protected]>
fixed signature

github.com/redux-saga/redux-saga - da16f4fddb79d84d0a73e5740a4ff65df3658385 authored over 8 years ago by yelouafi <[email protected]>
add cross-env prefix to npm scripts for example

github.com/redux-saga/redux-saga - 9752adb5480d6449ae578644820a5cb9d9e7f2cb authored over 8 years ago by yelouafi <[email protected]>
correct option name sagaMonitor instead of monitor

github.com/redux-saga/redux-saga - 131701633c56fc8e26b0b5fa545d9c13fce4dc94 authored over 8 years ago by yelouafi <[email protected]>
changed signature to include logger

github.com/redux-saga/redux-saga - 3df5820373273a8f591166302af84781ac73ce04 authored over 8 years ago by yelouafi <[email protected]>
upgrade proc call to match new signature

github.com/redux-saga/redux-saga - 850149df9b9208be934e26919dae8e8505f4b777 authored over 8 years ago by yelouafi <[email protected]>
fix #360 add option `logger` to customize logging

github.com/redux-saga/redux-saga - 7b30115cc75ed121e3308fa8d5b274b5346120b0 authored over 8 years ago by yelouafi <[email protected]>
fix #323 add common use-case for multiple async API request sagas

github.com/redux-saga/redux-saga - d2496b100e7e6254cf2585b83b8af906b6f26c7d authored over 8 years ago by yelouafi <[email protected]>
Merge pull request #416 from pgilad/patch-2

Make sure to export the saga from sagas.js

github.com/redux-saga/redux-saga - 04aa98fc0e2a7b343d264adb24fa5a7f9edda768 authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #415 from pgilad/patch-1

Update UsingSagaHelpers.md

github.com/redux-saga/redux-saga - d45bd9105109c9fedcdde00aa3aa9b50a00784da authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #411 from R1ZZU/docs/fix-typos

fix several typos

github.com/redux-saga/redux-saga - 9c6344c8bae7836e051449eebe5930cd71a92891 authored over 8 years ago by Yassine Elouafi <[email protected]>
Make sure to export the saga from sagas.js

github.com/redux-saga/redux-saga - 6eef0eb226042b9621156f3c556900e276cb2cf4 authored over 8 years ago by Gilad Peleg <[email protected]>
Update UsingSagaHelpers.md

github.com/redux-saga/redux-saga - 930e2604ccb4e15cd31f2dc45699459557c7d35f authored over 8 years ago by Gilad Peleg <[email protected]>
fix several typos

github.com/redux-saga/redux-saga - 6ef542052b1ad7033fbf33f8991c661457d3623f authored over 8 years ago by Andrei Volchenko <[email protected]>
Merge pull request #405 from R1ZZU/docs/fix-typo

fix docs typo

github.com/redux-saga/redux-saga - ca030420a0e84d35a7f489e93466b85172b884e4 authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #406 from R1ZZU/docs/debounce-recipe-enhancement

Add debouncing example with takeLatest helper usage

github.com/redux-saga/redux-saga - b195cefc69e23089569dc7658864194dd0630c98 authored over 8 years ago by Yassine Elouafi <[email protected]>
add simplified version of debouncing

github.com/redux-saga/redux-saga - 28124969a62bb0e75cf65fe3a209bfcca879f420 authored over 8 years ago by Andrei Volchenko <[email protected]>
fix method name

github.com/redux-saga/redux-saga - 6f1fb30bc6426c978a04a2762f928cd80fd2d457 authored over 8 years ago by Andrei Volchenko <[email protected]>
Merge pull request #402 from Moeriki/master

explain to sanitize event source

github.com/redux-saga/redux-saga - 5b3bdb6f2c8feef7e25dcd303dd70a81c7f9a484 authored over 8 years ago by Yassine Elouafi <[email protected]>
explain to sanitize event source

github.com/redux-saga/redux-saga - e3e49599adc465d60954a37f9d5ec6a1bc085c04 authored over 8 years ago by Dieter Luypaert <[email protected]>