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 405d4d3 commit d672733Copy full SHA for d672733
README.md
@@ -13,7 +13,7 @@ const fetchUser = createRequest('FETCH_USER', (id) => ({
13
url: '/users/' + id,
14
}))
15
16
-// Dispatch the action from a component
+// Dispatch the action from a component (mapDispatchToProps not shown)
17
18
function Component({ fetchUser }) {
19
return <button onClick={() => fetchUser(5)}> Fetch user with id: 5 </button>
0 commit comments