1.0.0 • Published 5 years ago

thunk-last-action-dispatched v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

thunk-last-action-dispatched

This is add on for thunk. It store the name of the last action dispatched into store.

NPM JavaScript Style Guide

Install

npm install --save thunk-last-action-dispatched

Usage

import React, { Component } from 'react'

import MyComponent from 'thunk-last-action-dispatched'
import 'thunk-last-action-dispatched/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © kamalendugarai

1.1.0

5 years ago

1.0.0

5 years ago