ReactJS,如何只重新加载一次组件?

时间:2017-06-19 21:15:39

标签: reactjs react-router react-redux

我需要一个逻辑,我只能在第一次加载时重新加载一个组件路由。所以,它可以正确加载所有的js文件。在我的情况下,在模态打开的时候,反应模式jquery不能正常工作。如果我们重新加载它,那么效果会更好。

MianComponent
-> childComponent(import jQuery file)
->Modal in childComponent
        when MainComponent reload it reload all the js file only once.but if we open the modal then jquery doesn't work,So need to reload that childComponent.How can,we reload childComponent only once or any other solution. 

0 个答案:

没有答案