From Kai: this may be a matter for preference, but it may be clearer to format variables in this format:
({
props: {},
state: {},
actions: state => ({}),
})
instead of listing the props separately.