oo-redux-utils
Advanced tools
Comparing version 1.2.3 to 1.3.0
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "OOReduxUtils", { | ||
Object.defineProperty(exports, "default", { | ||
enumerable: true, | ||
@@ -9,0 +9,0 @@ get: function get() { |
{ | ||
"name": "oo-redux-utils", | ||
"version": "1.2.3", | ||
"version": "1.3.0", | ||
"description": "Utility functions for Object-oriented Redux", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -12,2 +12,3 @@ # Object-oriented Redux Utils | ||
## Prerequisites | ||
"react": "^16.0.0", | ||
"react-redux": "^6.0.0", | ||
@@ -134,2 +135,6 @@ "redux": "^4.0.1" | ||
export default connect(mapAppStateToComponentProps)(PersonView); | ||
## Full example | ||
See [oo-redux-utils-flow-test-app] | ||
@@ -148,1 +153,2 @@ ## License | ||
[Replace using conditionals with Polymorphism]: https://sourcemaking.com/refactoring/replace-conditional-with-polymorphism | ||
[oo-redux-utils-flow-test-app]: https://github.com/pksilen/oo-redux-utils-flow-test-app |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
152
20388