Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to do Omni/DataStore with original Flux Dispatcher? #5

Open
susu opened this issue Sep 10, 2015 · 3 comments
Open

How to do Omni/DataStore with original Flux Dispatcher? #5

susu opened this issue Sep 10, 2015 · 3 comments

Comments

@susu
Copy link

susu commented Sep 10, 2015

I see you use Reflux, but how can I create that central DataStore with Flux? I mean I eventually will run into "cannot dispatch in the middle of a dispatch"-problem when I try to modify the DataStore via action (from another store).

@susu susu changed the title How to do Omni/DataStore with original flux's Dispatcher? How to do Omni/DataStore with original Flux Dispatcher? Sep 10, 2015
@mainrs
Copy link

mainrs commented Jan 6, 2017

That is what I am missing too here. I watched your React talk from 2015 and looked into this repo. But I cannot find that central OmniStore instance. I also looke dinto N1 but couldn't find a central store their too... Would really like to get some information from you :( I am quite new to Javascript and React and would really love to implement a plugin structure.

@susu Did you solve this?

@susu
Copy link
Author

susu commented Jan 6, 2017

@sirwindfield I went into different way.
I've written a dependency injection framework called dinja (https://github.com/susu/dinja), it solved my problem, but YMMV, you might need different kind of plugin architecture.

@mainrs
Copy link

mainrs commented Jan 6, 2017

I am mostly looked into one that does something similar to N1, Atom and VSCode. It enables custom components to be rendered into the DOM and include new features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants