Browse Source

Move to redux-store-builder.

Herby Vojčík 6 years ago
parent
commit
df6dc2d2d0
2 changed files with 8 additions and 5 deletions
  1. 5 3
      README.md
  2. 3 2
      package.json

+ 5 - 3
README.md

@@ -1,5 +1,7 @@
-# redux-persefex
+# redux-store-builder
 
-Redux store builder, in combination with redux-persist, redux-effex and redux-sac composeReducers.
+Redux store builder.
 
-Note: Uses redux-persist 5. For use with redux-persist 4 and action buffer, use version 0.2.1.
+You can specify reducers, middleware and _redux-effex_ effects to use.
+
+Reducers will be composed using _redux-sac_'s `composeReducers` (so they are assumed to be specialized using _redux-sac_'s `subReducer`).

+ 3 - 2
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "redux-persefex",
+  "name": "redux-store-builder",
   "version": "0.3.0",
   "description": "Redux store builder, in combination with redux-persist, redux-effex and redux-sac composeReducers.",
   "main": "index.js",
@@ -12,7 +12,8 @@
   },
   "keywords": [
     "redux",
-    "persist",
+    "store",
+    "builder",
     "effex",
     "combine"
   ],