1.0.0 • Published 7 years ago

vuedux v1.0.0

Weekly downloads
27
License
MIT
Repository
github
Last release
7 years ago

Vuedux

Familiar Redux bindings for Vue.js, inspired by React-Redux.

Installation

With yarn

yarn add vuedux

or if you prefer NPM:

npm i --save vuedux

Examples

API

What about Revue?

Revue is another package that also provides Redux bindings. It connects Redux and Vue is by creating a modified Redux store and uses Mixins* in it's implementation. This isn't an approach I wasn't wild about. Redux should to be independent of Vue and favor component composition over mixins. So, Vuedux was created to fill those requierments.

*Mixins are Dead. Long Live Component Composition

License

MIT

BREAKING CHANGES:

  • v0.0.10
    • Flipped order of connect arguments, mapStateToProps is now first followed by mapDispatchToProps
1.0.0

7 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

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

0.0.1

8 years ago