1.1.4 • Published 6 years ago

redux-whathappened v1.1.4

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

redux-whathappend

Redux middleware, that records user's actions and saves into a file, that can be exported for further debugging

Table of contents

Install

npm i --save redux-whathappend

Usage

Adding to store

import { applyMiddleware, createStore } from 'redux';

// apply redux-whathappend
import whathappend from 'redux-whathappend'
const store = createStore(
  reducer,
  applyMiddleware(whathappend)
)

Exporting report

To export a report of user's actions, just call an action with type

WHAT_HAPPEND_REPORT

Feedback

Feel free to create an issue or a question in the github repo

https://github.com/max-prokopenko/redux-whathappend

License

MIT

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago