2.5.0 • Published 7 years ago

ember-redux-thunk-shim v2.5.0

Weekly downloads
348
License
MIT
Repository
github
Last release
7 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

7 years ago

2.4.0

8 years ago

2.3.0

8 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago