-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels