Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Commit

Permalink
Add yahoo/fluxible#15 note.
Browse files Browse the repository at this point in the history
  • Loading branch information
marnusw committed Jun 13, 2015
1 parent f41309c commit 24122a5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
fluxible-plugin-store-execute-action
==========================
====================================

A temporary solution to get the `executeAction()` method on the Store Context for initiating async query actions.

This plugin will be redundant once a proper solution is implemented for yahoo/fluxible#15.

```
npm install fluxible-plugin-store-execute-action
```

# Limitations
## Limitations

I'm assuming all executed actions return a `Promise` since that was my use case. If you are using
callbacks, submit a PR with the necessary changes to support both and I'll merge it.

# Usage
## Usage

Since plugins don't have access to the Fluxible Context internally and cross-context access is needed
to call `actionContext.executeAction()` from `storeContext.executeAction()`, the context must be set
Expand Down Expand Up @@ -114,6 +116,6 @@ SomeStore.handlers = {
```

# License
## License

MIT

0 comments on commit 24122a5

Please sign in to comment.