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
摆脱class的组件残留
完全是hooks版本
The text was updated successfully, but these errors were encountered:
手动改下吧,保证 app 入口文件渲染了 props.children 就行。
Sorry, something went wrong.
老哥请教下,我没有思路,怎么把store传入props.children参数,难道我要整一个路由模块么?app.tsx都已经是函数式组件了,怎么拿到 props.children?
function App({ children }) { return <Provider store={store}> {children} </Provider> }
No branches or pull requests
这个特性解决了什么问题?
摆脱class的组件残留
这个 API 长什么样?
完全是hooks版本
The text was updated successfully, but these errors were encountered: