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
从 ice-lab/ice-next#401 迁移
import { xxx } from 'rax-app' 需 alias 到 compat,支持原本 rax-app 导出的一些能力并抹平差异,比如 router、store 等。
需考虑 store 新方案的迁移成本。
结论:加一个 compat 来兼容这些 api,基础能力从 ice 直接导出,包一层转换逻辑。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
import { xxx } from 'rax-app' 需 alias 到 compat,支持原本 rax-app 导出的一些能力并抹平差异,比如 router、store 等。
需考虑 store 新方案的迁移成本。
结论:加一个 compat 来兼容这些 api,基础能力从 ice 直接导出,包一层转换逻辑。
The text was updated successfully, but these errors were encountered: