@twreporter/redux
Version:
redux actions and reducers for twreporter website
21 lines (13 loc) • 660 B
Markdown
[](https://github.com/twreporter/twreporter-redux/tags)
[](https://www.npmjs.com/package/@twreporter/redux)
# twreporter-redux
## What is this
Redux actions and reducers for [twreporter website](https://www.twreporter.org).
## Why do we this
This is built for [twreporter-react](https://github.com/twreporter/twreporter-react).
twreporter-react uses redux to maintain the data, and this library provides actions, reducers and store to it.
## How to build this
```bash
# Build the distribution files
make build
```