We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f7a3e commit 23e53a0Copy full SHA for 23e53a0
README.md
@@ -57,6 +57,11 @@ export function ProductsList(props) {
57
58
Pretty neat, eh?
59
60
+## What this is not
61
+This hook is just an abstraction for the data selecting and fetching logic you need to build
62
+inside your components. This is not handling the fetching and selecting logic itself. You need
63
+to provide that yourself via selectors and redux middleware with sagas, thunks, etc.
64
+
65
## Motivation & How it works
66
Hooks are a great way to make our components leaner. With the release of react-redux 7 we
67
can finally use Hooks to provide our store to components. Previously we had to use `connect` to
0 commit comments