redux-actions-api
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Redux API actions

Table of Contents

Getting Started

Installation

$ npm install --save redux-api-actions

or

$ yarn add redux-api-actions

Usage

import { createAction } from 'redux-api-actions';

const apiRequest = createAction('actionType', () => ({
  request: {
    url: '/users',
  },
}));

Package Sidebar

Install

npm i redux-actions-api

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

10.8 kB

Total Files

15

Last publish

Collaborators

  • altiore