4.3.1 • Published 4 years ago

typescript-fsa-redux-middleware v4.3.1

Weekly downloads
55
License
MIT
Repository
github
Last release
4 years ago

TypeScript FSA Redux Middleware

Fluent syntax for defining typesafe Redux vanilla middlewares on top of typescript-fsa.

This library is inspired by typescript-fsa-reducers.

Introduction

The major usage of this library is as look like this:

import {middleware} from 'typescript-fsa-redux-middleware';

const middleware = middleware()
.case(fetchSomething.done, (api, next, action) => {
  // Do followup manipulation of the API access
})

.case(fetchSomething.failed, (api, next, action) => {
  // Do error handling
})

Sample Application

Let you check sample application on sample/ folder.

License

MIT

Copyright

Copyright (c) 2018-2019 Sony Corporation.

4.3.1

4 years ago

4.3.0

4 years ago

4.2.3

4 years ago

4.2.2

4 years ago

4.2.1

4 years ago

4.2.0

5 years ago

4.1.1

5 years ago

4.1.0

5 years ago

3.1.0

5 years ago

4.0.3

5 years ago

3.0.0

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago