标签: constructor dart react-redux flux
我需要使用过度反应在一定条件下显示组件。组件的显示应通过滑动效果来完成。在屏幕上显示组件时在哪里写动画以便它起作用。 我尝试使用main(),constructor()和componentDidMount()。上面的任何一项在加载时都不会被调用。你能建议吗?
main()
constructor()
componentDidMount()
在Overreact中完成的编码不同于React jsx,我们发现它很难理解。
我也在git中发布了相同的查询。
https://github.com/Workiva/over_react/issues/166