Answer the question
In order to leave comments, you need to log in
Not subscribing to events in react?
actions = require('../actions/menu.js');
module.exports = Reflux.createStore({
listenables: [actions],
init: function () {
console.log(actions.toggleMenu)
this.listenTo(actions.toggleMenu, this.onToggleMenu);
console.log('init', this)
},
module.exports = Reflux.createAction([
'callAi',
'logout',
'fullScreen',
'toggleMenu',
'showSidebar'
]);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question