📜  使用 redux 进行原子设计 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:05.159000             🧑  作者: Mango

代码示例1
It's a good question that I struggle with too. I try to separate UI from logic, but sometimes there is a tiny UI element that needs to be connected to the larger app like a dropdown that loads its options from redux.