Questions tagged [redux-react-hook]
3 questions
3
votes
0 answers
How to use connected-react-router with redux-react-hook
I am new to react, I would like to use react hooks with redux (with redux-react-hook) with routing (I use connected-react-router but I can switch to another lib)
I pass the store to the StoreContext Provider, everything is okay, but when I add the…

Gatoyu
- 642
- 1
- 6
- 22
1
vote
1 answer
Redux-react-hook requires
I get the following error in my react application
Error: redux-react-hook requires your Redux store to be passed through
context via the
index.tsx:
…

lars1595
- 886
- 3
- 12
- 27
-1
votes
1 answer
Using useMappedState from Redux React Hooks, component not re-rendered after API response
useMappedState doesn't re-renders the component on receiving update from Ajax response
Below is my component in action. I have logged entries at various stages and attached the screenshot of a fresh single render
You can safely assume that redux…

HalfWebDev
- 7,022
- 12
- 65
- 103