DEV Community

Discussion on: I've released over 100 apps in React Native since 2015, Ask Me Anything!

Collapse
 
fatjonrrapaj profile image
FatjonRrapaj

Hi!
Is it a good practice to only use redux only for global store, not to make the network requests and other actions inside redux actions?
If it's not, what are some good practices using redux?