How to use the dispatchr/addons/BaseStore.call function in dispatchr

To help you get started, we’ve selected a few dispatchr examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github jeffkole / fluxible-immutable-store / index.js View on Github external
Object.defineProperty(self, accessor, {
            enumerable: true,
            get: accessors[accessor]
          });
        });
      }
    }

    if (ImmutableStore.mixins) {
      ImmutableStore.mixins.forEach(function forEachMixin(mixin) {
        mixInto(self, mixin);
      });
    }
    mixInto(self, spec);

    BaseStore.call(self, dispatcher);
  };

dispatchr

A Flux dispatcher for applications that run on the server and the client.

Unrecognized
Latest version published 2 years ago

Package Health Score

65 / 100
Full package analysis