3.4.3 • Published 7 years ago

redux-base v3.4.3

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

Redux Base

Install

yarn add redux-base 

Examples

Create action

import createAction from 'redux-base/createAction';

import {
  NAMESPACE_APP,
  APP_LOAD,
} from './types';

export default createAction(NAMESPACE_APP, APP_LOAD, (getState, appId) => {
  return fetch(`https://service-url.com/api/v1/apps/${appId}`);
});

License

The MIT License Copyright (c) 2016-2018 Ivan Zakharchanka

3.4.3

7 years ago

3.4.2

7 years ago

3.4.1

7 years ago

3.4.0

7 years ago

3.3.2

7 years ago

3.3.1

7 years ago

3.3.0

7 years ago

3.0.3

7 years ago

3.0.2

7 years ago

3.0.0

7 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago