-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Any advice for how to break up and organize large action.js files? I was thinking one file per view would be handy.
never mind figured out a nice system:
actions.js
import * as baseActions from '/store/actions/baseactions.js'
import * as taskActions from '/store/actions/taskActions.js'
export default {
...baseActions.default,
...taskActions.default
};
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels