effects
Here are 106 public repositories matching this topic...
-
Updated
Oct 24, 2020 - JavaScript
-
Updated
Nov 2, 2020 - JavaScript
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Jul 19, 2020 - JavaScript
-
Updated
Jan 19, 2019 - JavaScript
-
Updated
Nov 2, 2020 - JavaScript
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jul 31, 2018 - JavaScript
-
Updated
May 5, 2020 - JavaScript
-
Updated
Aug 26, 2016 - JavaScript
-
Updated
Mar 30, 2016 - JavaScript
-
Updated
Oct 21, 2020 - JavaScript
-
Updated
Apr 17, 2014 - JavaScript
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.
Add this topic to your repo
To associate your repository with the effects topic, visit your repo's landing page and select "manage topics."
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