Skip to content
New issue

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

플러그인간의 의존관계 표현 #272

Open
tonyfromundefined opened this issue Nov 11, 2022 · 0 comments
Open

플러그인간의 의존관계 표현 #272

tonyfromundefined opened this issue Nov 11, 2022 · 0 comments

Comments

@tonyfromundefined
Copy link
Member

  • Pre-effect 훅의 동작은 플러그인의 순서에 따라 영향을 받을 수 있습니다.
  • 올바른 동작을 위해서 플러그인 간의 동작 순서에 대한 의존 관계를 표현할 수 있는 인터페이스와 구현이 필요합니다.
const myPlugin = () => ({
  key: "...",
  dependsOn: [
    "@stackflow/plugin-history-sync",
  ],
})
@tonyfromundefined tonyfromundefined changed the title feat: 플러그인간의 의존관계 표현 플러그인간의 의존관계 표현 Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant