We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const render = Component => { ReactDOM.render( //绑定redux、热加载 , document.getElementById('root'),
) }
请问一下这段代码的Component 的有什么作用吗,实在看不懂这是啥高级语法
The text was updated successfully, but these errors were encountered:
这个Component就是router组件,这里是为了实现热更新做了一层封装
Sorry, something went wrong.
挺好的
No branches or pull requests
请问一下这段代码的Component 的有什么作用吗,实在看不懂这是啥高级语法
The text was updated successfully, but these errors were encountered: