What’s the best way to use data i pull from a backend with redux (REACT)?
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