As I'm starting learning redux I have some questions. I only wana know if is correct to remove all state manipulation from components. As long as I understand actions define interactions with the model so I think its ok to place that logic outside components.
Hi @developit
As I'm starting learning redux I have some questions. I only wana know if is correct to remove all state manipulation from components. As long as I understand actions define interactions with the model so I think its ok to place that logic outside components.
thanks!