I'm not sure but it might be helpful to update to ES6 for beginners. I specifically have a question about
var AssignmentActions = {
addAssignment: function(assignment) {
// do something with the assignment
}
};
Where should I be placing this in the hierarchy of my components and how should I export/import it?
I'm not sure but it might be helpful to update to ES6 for beginners. I specifically have a question about
Where should I be placing this in the hierarchy of my components and how should I export/import it?