All Questions
2 questions
0
votes
1
answer
486
views
Dispatch form data to thunk results in 'breaking the rules of hooks' error
This is a simple task, but I'm doing something wrong and don't know how to do it right. Help is appreciated.
All I need to do is dispatch some form data to a thunk. The thunk has useSelector() in it, ...
0
votes
1
answer
146
views
React Redux thunk - Action is overriding unexpected information
im building a reddit clone, fetching top post. The app should have a favorites post CRUD.
So what i build is a two columns layout, left side is the post list and right part has post detail OR ...