1.0.0 • Published 5 years ago
thunk-last-action-dispatched v1.0.0
thunk-last-action-dispatched
This is add on for thunk. It store the name of the last action dispatched into store.
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