3.4.3 • Published 6 years ago

redux-base v3.4.3

Weekly downloads
2
License
MIT
Repository
-
Last release
6 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

6 years ago

3.4.2

6 years ago

3.4.1

6 years ago

3.4.0

6 years ago

3.3.2

6 years ago

3.3.1

6 years ago

3.3.0

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.0

6 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago