2.5.0 • Published 6 years ago

ember-redux-thunk-shim v2.5.0

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

ember-redux-thunk-shim

Travis NPM Ember

Installation

ember install ember-redux-thunk-shim

Usage

// app/middleware/index.js

import thunk from 'redux-thunk';

var resolved = thunk.default ? thunk.default : thunk;

export default [resolved];

To learn more about redux-thunk and how to use it visit the redux-thunk Github page.

2.5.0

6 years ago

2.4.0

7 years ago

2.3.0

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago