redux-inject-reducer-and-saga icon indicating copy to clipboard operation
redux-inject-reducer-and-saga copied to clipboard

Make use of external libraries optional

Open joeyfigaro opened this issue 4 years ago • 1 comments

Consider setting these/configuring them if nothing is provided to configureStore. As it stands now, this is only usable in projects using sagas, thunks, immutable, and react-router.

joeyfigaro avatar Aug 25 '19 21:08 joeyfigaro

How do you use the library?

Only dependencies that are required are.

 "dependencies": {
    "history": "^4.7.2",
    "hoist-non-react-statics": "^3.0.1",
    "invariant": "^2.2.4",
    "react-router-redux": "5.0.0-alpha.8"
  },

Rest are peer dependencies.

What do you suggest? Do you want to help or prepare a PR?

marcelmokos avatar Aug 25 '19 22:08 marcelmokos