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
现在的部分组件状态保存在redux数据中,如列表页的种子列表数据,导致redux数据过于复杂。 现在已经引入swr可以更优雅的处理接口数据,考虑使用swr请求替换redux的部分逻辑
The text was updated successfully, but these errors were encountered:
No branches or pull requests
现在的部分组件状态保存在redux数据中,如列表页的种子列表数据,导致redux数据过于复杂。
现在已经引入swr可以更优雅的处理接口数据,考虑使用swr请求替换redux的部分逻辑
The text was updated successfully, but these errors were encountered: