1.0.0 • Published 6 years ago

vuedux v1.0.0

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

6 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

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

0.0.1

7 years ago