-
Notifications
You must be signed in to change notification settings - Fork 3
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
Manage device rooms with flux pattern using the reflux implementation #19
Conversation
b5d18a6
to
5c97814
Compare
|
||
var roomStore = require('stores/room'); | ||
var roomActions = require('../../../actions/room'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here we can use alias instead of referring module in this way.
Manage device rooms with flux pattern using the reflux implementation
I will double Artem's question: why do we need to specify Otherwise, LGTM |
@larsblumberg So, it's a good idea to add those keys all the time, right? |
This quote is from here: facebook/react#1342 (comment) So, there is no need to use index explicitly. |
No description provided.