Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 vanilla JS、Redux 来管理状态和虚拟 dom,如何在保持状态的同时为网格中的项目设置动画而不让虚拟 dom 删除更改?谢谢!
你可以创建一个动作调度器,它会每N毫秒生成新的动画属性并将其调度到 redux 存储。
N