@wasc/renovatio

1.2.1 • Public • Published

async action:

export default ({ serverId, attributes }) => dispatch => {
  dispatch({
    type: 'CHANGE',
    serverId,
    attributes,
  });

  console.log('API stuff');

  dispatch({
    type: 'OTHER',
    serverId,
    attributes,
  });
};

Readme

Keywords

none

Package Sidebar

Install

npm i @wasc/renovatio

Weekly Downloads

0

Version

1.2.1

License

Apache-2.0

Unpacked Size

136 kB

Total Files

6

Last publish

Collaborators

  • nicolaischmid