external js doesn't works if revisit the page in react code example
Example: external js doesn't works if revisit the page in react
componentWillMount() {
loadjs('/static/js/jquery.min.js', function() {
loadjs('/static/js/plugins.js', function() {
loadjs('/static/js/scripts.js');
});
});
}