Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brakmic/purescript-redux

:alien: Redux Bindings for PureScript
https://github.com/brakmic/purescript-redux

purescript redux

Last synced: 13 days ago
JSON representation

:alien: Redux Bindings for PureScript

Awesome Lists containing this project

README

        

## purescript-redux

Redux Bindings for PureScript

A library for using the Redux state container with PureScript.

Currently supports Redux v3.5.2

Compatible with PureScript 0.12.x

An article describing the architecture of this library can be found here.

### Implementation Status

- createStore
- subscribe
- dispatch
- getState
- combineReducers
- replaceReducer
- applyMiddleware

This library supports Middleware creation in PureScript.

### Building

*Library*

```shell
pulp dep install [initial build only]
npm install [initial build only]
gulp
```

*Demo App*

```shell
gulp make-demo
```

*Tests*

```shell
npm test
```

### Running

*NodeJS + Hapi*
```shell
npm start
```
*then open* http://localhost:8080

### Demo App

### Usage

See the Tutorial.

### License

MIT