Skip to content

Instantly share code, notes, and snippets.

@qkreltms
Created April 18, 2021 05:54
Show Gist options
  • Save qkreltms/65b861f67ec4fdfa977e507784341a75 to your computer and use it in GitHub Desktop.
Save qkreltms/65b861f67ec4fdfa977e507784341a75 to your computer and use it in GitHub Desktop.
// 이제 원하는 컴포넌트에 Provider로 액션을 전달하고 원하는 때에 액션을 dispatch 하면 됩니다. 
    <ProfileModalProvider>
      <RootComponent />
    </ProfileModalProvider>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment