Okay so i was wondering what the best way would be to use data i pull from a backend with redux…because i was thinking about either send the api request from a component and then using actions to add the data to the redux slice or just getting the data using asyncthunk from redux itself
Well i tried with the redux slice but when i attempt through said data i keep getting the error cannot read properties of null
Mahmoud Mohammed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1