Skip to content
#

effects

Here are 106 public repositories matching this topic...

Andarist
Andarist commented Jun 4, 2018

I've noticed that redux' docs got a nice lifting, thanks for the new version of GitBook. Would be nice to upgrade too.

Redux commit introducing the change - reduxjs/redux@b307091

We might want to postpone merging this though, because we don't want to update docs before releasing v1 and from what I understand new Gitbook comes with au

cdaringe
cdaringe commented Apr 4, 2020

problem

generated symbols are at risk of collision

'use effects'
try{
  const result = perform ({type : 'effect'});
  console.log(result);
} handle default with (e) {
  const handler = "GOTCHA"
  recall handler;
}

generates:

    *[__defaultEffectHandler__](e, resume) {
      const result = yield function (handler) {
        return new Promise(async (res, rej) 

Improve this page

Add a description, image, and links to the effects topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the effects topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.